All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: exfat: Improve line continuation and alignment
@ 2019-11-02  4:05 Frank A. Cancio Bello
  2019-11-02  4:06 ` [PATCH v2 1/2] staging: exfat: Fix parameter alignment issues Frank A. Cancio Bello
  2019-11-02  4:06 ` [PATCH v2 2/2] staging: exfat: Fix logical operation continuation Frank A. Cancio Bello
  0 siblings, 2 replies; 5+ messages in thread
From: Frank A. Cancio Bello @ 2019-11-02  4:05 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, saiprakash.ranjan, joel, Valdis Kletnieks

Minor code cleanup consisting of putting the logical operator at the end
of the line instead of at the beginning. Besides there are some alignment
improvements include too.

The code now is more complying with the preferred coding style for the
linux kernel. Issues found by checkpatch.

Changes in v2 by Julia Lawall suggestion:
  - Improves log messages on all of the patches.
  - Avoid repeating checkpatch messages.

Frank A. Cancio Bello (2):
  staging: exfat: Fix parameter alignment issues
  staging: exfat: Fix logical operation continuation

 drivers/staging/exfat/exfat_core.c  | 5 +++--
 drivers/staging/exfat/exfat_super.c | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-11-02  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02  4:05 [PATCH v2 0/2] staging: exfat: Improve line continuation and alignment Frank A. Cancio Bello
2019-11-02  4:06 ` [PATCH v2 1/2] staging: exfat: Fix parameter alignment issues Frank A. Cancio Bello
2019-11-02  8:31   ` [Outreachy kernel] " Julia Lawall
2019-11-02  4:06 ` [PATCH v2 2/2] staging: exfat: Fix logical operation continuation Frank A. Cancio Bello
2019-11-02  7:03   ` [Outreachy kernel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.