Re: [PATCH] context_tracking: Fix checkpatch warnings

2014-10-11 Thread Martin Kelly
On 09/25/2014 09:25 AM, Martin Kelly wrote: > On Mon, Sep 15, 2014 at 9:20 PM, Martin Kelly wrote: >> checkpatch emits several warnings for context_tracking.c, which are >> fixed in this patch: >> >> - No space after "(" >> - Lines longer than 80 characters >> >> Signed-off-by: Martin Kelly >> --

Re: [PATCH] context_tracking: Fix checkpatch warnings

2014-09-25 Thread Martin Kelly
On Mon, Sep 15, 2014 at 9:20 PM, Martin Kelly wrote: > checkpatch emits several warnings for context_tracking.c, which are > fixed in this patch: > > - No space after "(" > - Lines longer than 80 characters > > Signed-off-by: Martin Kelly > --- > kernel/context_tracking.c | 40 ++

[PATCH] context_tracking: Fix checkpatch warnings

2014-09-15 Thread Martin Kelly
checkpatch emits several warnings for context_tracking.c, which are fixed in this patch: - No space after "(" - Lines longer than 80 characters Signed-off-by: Martin Kelly --- kernel/context_tracking.c | 40 +--- 1 file changed, 21 insertions(+), 19 deletions