net: filter: fix the comments
authorLi RongQing <roy.qing.li@gmail.com>
Fri, 10 Oct 2014 05:56:51 +0000 (13:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Oct 2014 19:11:51 +0000 (15:11 -0400)
1. sk_run_filter has been renamed, sk_filter() is using SK_RUN_FILTER.
2. Remove wrong comments about storing intermediate value.
3. replace sk_run_filter with __bpf_prog_run for check_load_and_stores's
comments

Cc: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found