Messages in this thread Patch in this message |  | | Date | Sun, 9 Oct 2016 16:54:03 +0200 | From | Greg KH <> | Subject | Re: [PATCH 1/8] staging: rts5208: Fix CamelCase found by checkpatch |
| |
On Mon, Oct 03, 2016 at 11:16:22PM +0000, Wayne Porter wrote: > Convert CamelCase to recommended style. > > Signed-off-by: Wayne Porter <wporter82@gmail.com> > --- > drivers/staging/rts5208/xd.c | 8 ++++---- > drivers/staging/rts5208/xd.h | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/staging/rts5208/xd.c b/drivers/staging/rts5208/xd.c > index 1de02bb..1fab4ee 100644 > --- a/drivers/staging/rts5208/xd.c > +++ b/drivers/staging/rts5208/xd.c > @@ -693,13 +693,13 @@ static int reset_xd(struct rtsx_chip *chip) > xd_card->zone_cnt = 32; > xd_card->capacity = 1024000; > break; > - case xD_1G_X8_512:
This is probably a spec-specific define, so I wouldn't worry about the checkpatch.pl warning for this, just leave it as-is please.
thanks,
greg k-h
|  |