[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z5yISXwXoyl59XWo@DESKTOP-GL3U3CJ>
Date: Fri, 31 Jan 2025 00:22:33 -0800
From: Ian To <onlyian4981@...il.com>
To: dpenkler@...il.com, gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: gpib: format no multiple blank lines
Avoid adding multiple blank lines. Reported by checkpatch.
Signed-off-by: Ian To <onlyian4981@...il.com>
---
drivers/staging/gpib/hp_82341/hp_82341.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/gpib/hp_82341/hp_82341.h b/drivers/staging/gpib/hp_82341/hp_82341.h
index 0065ebd9747c..d3cf1f43a1ef 100644
--- a/drivers/staging/gpib/hp_82341/hp_82341.h
+++ b/drivers/staging/gpib/hp_82341/hp_82341.h
@@ -26,7 +26,6 @@ struct hp_82341_priv {
enum hp_82341_hardware_version hw_version;
};
-
// interface functions
int hp_82341_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end,
size_t *bytes_read);
--
2.45.3
Powered by blists - more mailing lists