From: "Frank A. Cancio Bello" <frank@generalsoftwareinc.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com,
saiprakash.ranjan@codeaurora.org, joel@joelfernandes.org,
Valdis Kletnieks <valdis.kletnieks@vt.edu>
Subject: [PATCH v2 0/2] staging: exfat: Improve line continuation and alignment
Date: Sat, 2 Nov 2019 04:05:40 +0000 [thread overview]
Message-ID: <cover.1572666556.git.frank@generalsoftwareinc.com> (raw)
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
next reply other threads:[~2019-11-02 4:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-02 4:05 Frank A. Cancio Bello [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1572666556.git.frank@generalsoftwareinc.com \
--to=frank@generalsoftwareinc.com \
--cc=gregkh@linuxfoundation.org \
--cc=joel@joelfernandes.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=saiprakash.ranjan@codeaurora.org \
--cc=valdis.kletnieks@vt.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.