From: Jason Wang <wangborong@cdjrlc.com>
To: martin.petersen@oracle.com
Cc: jejb@linux.ibm.com, brking@us.ibm.com,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
Jason Wang <wangborong@cdjrlc.com>
Subject: [PATCH] scsi: ipr: Remove unneeded semicolon
Date: Tue, 10 Aug 2021 20:39:19 +0800 [thread overview]
Message-ID: <20210810123919.75443-1-wangborong@cdjrlc.com> (raw)
The semicolon after a code block bracket is unneeded in C. Thus, we can
remove the redundant semicolon from the code safely.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
drivers/scsi/ipr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h
index 69444d21fca1..54e47ce18338 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -1977,7 +1977,7 @@ static inline int ipr_sdt_is_fmt2(u32 sdt_word)
case IPR_SDT_FMT2_BAR5_SEL:
case IPR_SDT_FMT2_EXP_ROM_SEL:
return 1;
- };
+ }
return 0;
}
--
2.32.0
next reply other threads:[~2021-08-10 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-10 12:39 Jason Wang [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-27 8:29 baomingtong001
2022-07-16 18:31 Jason Wang
2020-04-13 8:28 [PATCH] scsi: ipr: remove " Jason Yan
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=20210810123919.75443-1-wangborong@cdjrlc.com \
--to=wangborong@cdjrlc.com \
--cc=brking@us.ibm.com \
--cc=jejb@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®