Re: [PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-18 Thread Dan Carpenter
On Sun, Feb 16, 2020 at 01:45:18PM +0530, sunnypranay wrote: > Fixed a coding style issue. What issue is that? > > Signed-off-by: sunnypranay This doesn't seem like a Formal Name that you would use to sign legal documents. > --- > drivers/staging/comedi/drivers.c | 18 +++--- > 1

Re: [PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-17 Thread Greg KH
On Sun, Feb 16, 2020 at 06:16:56PM +0530, Sunny Pranay wrote: > > Before the patch were created there were few warnings indicating the > statements were bigger than 80 characters and some of them were not > properly commented like having extra space. So I created a patch for that > reducing comment

Re: [PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-16 Thread Greg KH
On Sun, Feb 16, 2020 at 01:45:18PM +0530, sunnypranay wrote: > Fixed a coding style issue. What issue? > > Signed-off-by: sunnypranay We need a "real" name here, one that you use for documents. > --- > drivers/staging/comedi/drivers.c | 18 +++--- > 1 file changed, 15 insertions(

[PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-16 Thread sunnypranay
Fixed a coding style issue. Signed-off-by: sunnypranay --- drivers/staging/comedi/drivers.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c index 750a6ff3c03c..76395de100a6 100644 --- a/dr