public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next] tools/arch/x86: intel_sdsi: Remove unneeded semicolon
@ 2022-11-28 13:12 zhang.songyi
  0 siblings, 0 replies; only message in thread
From: zhang.songyi @ 2022-11-28 13:12 UTC (permalink / raw)
  To: david.e.box; +Cc: linux-kernel

From: zhang songyi <zhang.songyi@zte.com.cn>

coccinelle told:
/tools/arch/x86/intel_sdsi/intel_sdsi.c:508:2-3: Unneeded semicolon

Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
---
 tools/arch/x86/intel_sdsi/intel_sdsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/arch/x86/intel_sdsi/intel_sdsi.c b/tools/arch/x86/intel_sdsi/intel_sdsi.c
index 2cd92761f171..890c9a84f800 100644
--- a/tools/arch/x86/intel_sdsi/intel_sdsi.c
+++ b/tools/arch/x86/intel_sdsi/intel_sdsi.c
@@ -505,7 +505,7 @@ static int sdsi_state_cert_show(struct sdsi_dev *s)
                                lbc->num_bundles, STATE_MAX_NUM_IN_BUNDLE);

                offset += blob_size;
-       };
+       }

        return 0;
 }
--
2.15.2

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

only message in thread, other threads:[~2022-11-28 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 13:12 [PATCH linux-next] tools/arch/x86: intel_sdsi: Remove unneeded semicolon zhang.songyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox