linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vt: Clean up errors in selection.h
@ 2023-10-13  2:55 chenguohua
  2023-10-13  6:29 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: chenguohua @ 2023-10-13  2:55 UTC (permalink / raw)
  To: gregkh, jirislaby; +Cc: linux-kernel, linux-serial

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-13  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13  2:55 [PATCH] vt: Clean up errors in selection.h chenguohua
2023-10-13  6:29 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).