Re: [PATCH] staging: i2o: iop.c: Fix pointer declarations

2015-06-22 Thread Sudip Mukherjee
On Sat, Jun 20, 2015 at 12:06:16PM -0700, Joseph Kogut wrote: > Kernel coding style dictates that pointer declarations > have the asterisk next to the data name. > > Signed-off-by: Joseph Kogut > --- > drivers/staging/i2o/iop.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) i2o ha

[PATCH] staging: i2o: iop.c: Fix pointer declarations

2015-06-20 Thread Joseph Kogut
Kernel coding style dictates that pointer declarations have the asterisk next to the data name. Signed-off-by: Joseph Kogut --- drivers/staging/i2o/iop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/i2o/iop.c b/drivers/staging/i2o/iop.c index 23bdbe4.