Re: [PATCH] Staging: comedi: fix camelcase issue in range.c

2018-02-14 Thread Greg KH
On Thu, Feb 15, 2018 at 01:36:43AM +0530, Yash Omer wrote: > This is a patch to the range.c file that fixes up a camelcase warning found > bythe checkpatch.pl tool. > > Signed-off-by: Yash Omer > --- > drivers/staging/comedi/range.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[PATCH] Staging: comedi: fix camelcase issue in range.c

2018-02-14 Thread Yash Omer
This is a patch to the range.c file that fixes up a camelcase warning found by the checkpatch.pl tool. Signed-off-by: Yash Omer --- drivers/staging/comedi/range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/range.c b/drivers/staging/comedi/range.c