linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] scsi: ipr: Remove unneeded semicolon
Date: Tue, 27 Jun 2023 16:29:58 +0800	[thread overview]
Message-ID: <9d16962fccbd962abd25d0063f97df47@208suo.com> (raw)

./drivers/scsi/ipr.h:1916:2-3: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.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 c77d6ca1a210..583bbf9a7a93 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -1913,7 +1913,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.40.1


             reply	other threads:[~2023-06-27  8:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  8:29 baomingtong001 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-16 18:31 [PATCH] scsi: ipr: Remove unneeded semicolon Jason Wang
2021-08-10 12:39 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=9d16962fccbd962abd25d0063f97df47@208suo.com \
    --to=baomingtong001@208suo.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;
as well as URLs for NNTP newsgroup(s).