linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: exfat: fix multiple coding-style issues
@ 2019-10-30  1:03 Roi Martin
  2019-10-30  1:03 ` [PATCH 1/6] staging: exfat: remove unnecessary parentheses Roi Martin
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Roi Martin @ 2019-10-30  1:03 UTC (permalink / raw)
  To: valdis.kletnieks; +Cc: gregkh, devel, linux-kernel, Roi Martin

Fix multiple coding-style issues reported by the checkpatch.pl script in
the exfat module.

Roi Martin (6):
  staging: exfat: remove unnecessary parentheses
  staging: exfat: make alignment match open parenthesis
  staging: exfat: remove unnecessary new line in if condition
  staging: exfat: replace printk(KERN_INFO ...) with pr_info()
  staging: exfat: avoid multiple assignments
  staging: exfat: replace kmalloc with kmalloc_array

 drivers/staging/exfat/exfat_core.c  |  50 +++++-----
 drivers/staging/exfat/exfat_super.c | 136 +++++++++++++++++++---------
 2 files changed, 119 insertions(+), 67 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-10-31 12:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  1:03 [PATCH 0/6] staging: exfat: fix multiple coding-style issues Roi Martin
2019-10-30  1:03 ` [PATCH 1/6] staging: exfat: remove unnecessary parentheses Roi Martin
2019-10-30  1:03 ` [PATCH 2/6] staging: exfat: make alignment match open parenthesis Roi Martin
2019-10-30  1:03 ` [PATCH 3/6] staging: exfat: remove unnecessary new line in if condition Roi Martin
2019-10-30  1:03 ` [PATCH 4/6] staging: exfat: replace printk(KERN_INFO ...) with pr_info() Roi Martin
2019-10-30  1:03 ` [PATCH 5/6] staging: exfat: avoid multiple assignments Roi Martin
2019-10-30  1:03 ` [PATCH 6/6] staging: exfat: replace kmalloc with kmalloc_array Roi Martin
2019-10-30  9:42   ` Greg KH
2019-10-31 12:38     ` Roi Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).