Re: [PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h

2020-02-07 Thread Greg KH
On Mon, Jan 27, 2020 at 03:43:23PM +0530, Pragat Pandya wrote: > Change all the occurrences of "Month" to "month" in exfat. Your subject line is a bit "odd" :( Anyway, can you rebase this series and resend only what you want to do here instead of me having to randomly pick out different parts? t

[PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h

2020-01-27 Thread Pragat Pandya
Change all the occurrences of "Month" to "month" in exfat. Signed-off-by: Pragat Pandya --- drivers/staging/exfat/exfat.h | 2 +- drivers/staging/exfat/exfat_super.c | 20 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/exfat/exfat.h b