This fixes some whitespace issues in net/core/filter.c Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]>
Thanks. --- x/net/core/filter.c 2006-01-20 18:15:19.000000000 -0600 +++ y/net/core/filter.c 2006-01-20 18:48:48.000000000 -0600 @@ -64,7 +64,7 @@ static inline void *load_pointer(struct } /** - * sk_run_filter - run a filter on a socket + * sk_run_filter - run a filter on a socket * @skb: buffer to run the filter on * @filter: filter to apply * @flen: length of filter @@ -78,8 +78,8 @@ unsigned int sk_run_filter(struct sk_buf { struct sock_filter *fentry; /* We walk down these */ void *ptr; - u32 A = 0; /* Accumulator */ - u32 X = 0; /* Index Register */ + u32 A = 0; /* Accumulator */ + u32 X = 0; /* Index Register */ u32 mem[BPF_MEMWORDS]; /* Scratch Memory Store */ u32 tmp; int k; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html