public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Bergh <bergh.jonathan@gmail.com>
To: gregkh@linuxfoundation.org
Cc: jonathankim@gctsemi.com, deanahn@gctsemi.com,
	linux-kernel@vger.kernel.org,
	Jonathan Bergh <bergh.jonathan@gmail.com>
Subject: [PATCH RESEND] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines
Date: Sat,  9 Mar 2024 09:53:27 +0100	[thread overview]
Message-ID: <20240309085327.57537-1-bergh.jonathan@gmail.com> (raw)

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


                 reply	other threads:[~2024-03-09  8:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240309085327.57537-1-bergh.jonathan@gmail.com \
    --to=bergh.jonathan@gmail.com \
    --cc=deanahn@gctsemi.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathankim@gctsemi.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox