From: chenguohua@jari.cn
To: gregkh@linuxfoundation.org, jirislaby@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [PATCH] vt: Clean up errors in selection.h
Date: Fri, 13 Oct 2023 10:55:01 +0800 (GMT+08:00) [thread overview]
Message-ID: <4545cc2c.940.18b26f571fe.Coremail.chenguohua@jari.cn> (raw)
Fix the following errors reported by checkpatch:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
include/linux/selection.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/selection.h b/include/linux/selection.h
index 170ef28ff26b..3bff95699083 100644
--- a/include/linux/selection.h
+++ b/include/linux/selection.h
@@ -22,7 +22,7 @@ extern int set_selection_kernel(struct tiocl_selection *v,
extern int paste_selection(struct tty_struct *tty);
extern int sel_loadlut(char __user *p);
extern int mouse_reporting(void);
-extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
+extern void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry);
bool vc_is_sel(struct vc_data *vc);
--
2.17.1
next reply other threads:[~2023-10-13 2:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-13 2:55 chenguohua [this message]
2023-10-13 6:29 ` Greg KH
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=4545cc2c.940.18b26f571fe.Coremail.chenguohua@jari.cn \
--to=chenguohua@jari.cn \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@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
all inboxes | Powered by JetHome®