All of lore.kernel.org
 help / color / mirror / Atom feed
From: Coiby Xu <coiby.xu@gmail.com>
To: devel@driverdev.osuosl.org
Subject: [PATCH 0/2] staging: qlge: coding style fix for the qlge driver
Date: Fri, 26 Jun 2020 05:57:53 +0800	[thread overview]
Message-ID: <20200625215755.70329-1-coiby.xu@gmail.com> (raw)

These two patches fix two coding style problems for all files under
drivers/staging/qlge as reported by checkpatch.pl,
    - trailing */ in block comment
    - unnecessary else after return or break

Coiby Xu (2):
  fix trailing */ in block comment
  fix else after return or break

 drivers/staging/qlge/qlge_dbg.c  | 23 ++++++++++-------------
 drivers/staging/qlge/qlge_main.c | 11 ++++++-----
 drivers/staging/qlge/qlge_mpi.c  | 14 ++++++++------
 3 files changed, 24 insertions(+), 24 deletions(-)

--
2.27.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

             reply	other threads:[~2020-06-25 21:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 21:57 Coiby Xu [this message]
2020-06-25 21:57 ` [PATCH 1/2] staging: qlge: fix trailing */ in block comment Coiby Xu
2020-06-25 21:57   ` Coiby Xu
2020-06-25 21:57 ` [PATCH 2/2] staging: qlge: fix else after return or break Coiby Xu
2020-06-25 21:57   ` Coiby Xu
2020-06-25 22:13   ` Joe Perches
2020-06-25 22:13     ` Joe Perches
2020-06-26 11:47     ` Coiby Xu
2020-06-26 11:47       ` Coiby Xu
2020-06-26 23:57     ` Coiby Xu
2020-06-26 23:57       ` Coiby Xu
2020-06-27  0:06       ` Joe Perches
2020-06-27  0:06         ` Joe Perches
2020-06-27 10:21         ` Coiby Xu
2020-06-27 10:21           ` Coiby Xu
2020-06-26  8:34   ` Dan Carpenter
2020-06-26  8:34     ` Dan Carpenter
2020-06-26 11:41     ` Coiby Xu
2020-06-26 11:41       ` Coiby Xu

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=20200625215755.70329-1-coiby.xu@gmail.com \
    --to=coiby.xu@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    /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.