[PATCH] Staging: exfat: exfat_super.c: fixed camelcase coding style issue

2019-09-28 Thread Jesse Barton
Fixed a coding style issue. Signed-off-by: Jesse Barton --- drivers/staging/exfat/exfat_super.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index 5f6caee819a6..665eb25e318d 1

Re: [PATCH] Staging: exfat: exfat_super.c: fixed camelcase coding style issue

2019-09-29 Thread Greg KH
On Sat, Sep 28, 2019 at 06:19:10PM -0500, Jesse Barton wrote: > Fixed a coding style issue. What coding style issue? Always be specific here. > Signed-off-by: Jesse Barton > --- > drivers/staging/exfat/exfat_super.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-)