lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sat,  9 Mar 2024 09:53:27 +0100
From: Jonathan Bergh <bergh.jonathan@...il.com>
To: gregkh@...uxfoundation.org
Cc: jonathankim@...semi.com,
	deanahn@...semi.com,
	linux-kernel@...r.kernel.org,
	Jonathan Bergh <bergh.jonathan@...il.com>
Subject: [PATCH RESEND] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines

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@...il.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ