All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: ipr: Unneeded semicolon
@ 2022-08-13 15:38 min tang
  0 siblings, 0 replies; only message in thread
From: min tang @ 2022-08-13 15:38 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: brking, linux-scsi, linux-kernel, min tang

There is no semicolon after '}' in line 1980.

Signed-off-by: min tang <tangmin@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.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-13 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 15:38 [PATCH] scsi: ipr: Unneeded semicolon min tang

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.