[PATCH 0/6] staging: exfat: fix multiple coding-style issues

From: Roi Martin
Date: Tue Oct 29 2019 - 21:04:31 EST


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