public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines
@ 2024-03-09  8:53 Jonathan Bergh
  0 siblings, 0 replies; only message in thread
From: Jonathan Bergh @ 2024-03-09  8:53 UTC (permalink / raw)
  To: gregkh; +Cc: jonathankim, deanahn, linux-kernel, Jonathan Bergh

This patch makes the following changes:
 * Removes extra whitespace in macro definition and
 * Removes extra newlines between macro definitions

Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
---
 drivers/staging/gdm724x/gdm_tty.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/gdm724x/gdm_tty.h b/drivers/staging/gdm724x/gdm_tty.h
index afec97ced476..3e0d5b621b25 100644
--- a/drivers/staging/gdm724x/gdm_tty.h
+++ b/drivers/staging/gdm724x/gdm_tty.h
@@ -7,8 +7,7 @@
 #include <linux/types.h>
 #include <linux/tty.h>
 
-#define TTY_MAX_COUNT		2
-
+#define TTY_MAX_COUNT 2
 #define MAX_ISSUE_NUM 3
 
 enum TO_HOST_RESULT {
-- 
2.40.1


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

only message in thread, other threads:[~2024-03-09  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09  8:53 [PATCH RESEND] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines Jonathan Bergh

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