Re: [PATCH] staging:vt6655 Add extern variable in head file

2015-01-13 Thread Greg KH
On Tue, Jan 13, 2015 at 04:31:14PM +0800, sun wang wrote: > Extern variable must be declared in head file. Compiler can catch the > inconsistency when variable changes. > > Signed-off-by: Sun Wang > --- > drivers/staging/vt6655/ioctl.c | 1 - > drivers/staging/vt6655/ioctl.h | 5 + > 2 fil

Re: [PATCH] staging:vt6655 Add extern variable in head file

2015-01-12 Thread Greg Kroah-Hartman
On Tue, Dec 16, 2014 at 03:39:50PM +0800, sunwxg wrote: > From: Sun Wang > > Subject: [PATCH] staging:vt6655 Add extern variable in head file Why is this in the middle of the patch? I would have to hand edit it out :( > > Extern variable must be declared in head file. Compile

[PATCH] staging:vt6655 Add extern variable in head file

2014-12-15 Thread sunwxg
From: Sun Wang Subject: [PATCH] staging:vt6655 Add extern variable in head file Extern variable must be declared in head file. Compiler can catch the inconsistency when variable changes. Signed-off-by: Sun Wang --- drivers/staging/vt6655/ioctl.c | 1 - drivers/staging/vt6655/ioctl.h | 5