mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 11:28:28 +00:00
staging: dgap: Fix foo* bar should be foo *bar as reported by checkpatch
This patch fixes "foo* bar should be foo *bar" errors in dgap.c as reported by checkpatch Signed-off-by: Mark Hounschell <markh@compro.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
98dd3b2a3a
commit
5e9d817271
@ -123,8 +123,8 @@ static int dgap_tty_digigeta(struct tty_struct *tty, struct digi_t __user *retin
|
||||
static int dgap_tty_digiseta(struct tty_struct *tty, struct digi_t __user *new_info);
|
||||
static int dgap_tty_digigetedelay(struct tty_struct *tty, int __user *retinfo);
|
||||
static int dgap_tty_digisetedelay(struct tty_struct *tty, int __user *new_info);
|
||||
static int dgap_tty_write_room(struct tty_struct* tty);
|
||||
static int dgap_tty_chars_in_buffer(struct tty_struct* tty);
|
||||
static int dgap_tty_write_room(struct tty_struct *tty);
|
||||
static int dgap_tty_chars_in_buffer(struct tty_struct *tty);
|
||||
static void dgap_tty_start(struct tty_struct *tty);
|
||||
static void dgap_tty_stop(struct tty_struct *tty);
|
||||
static void dgap_tty_throttle(struct tty_struct *tty);
|
||||
|
Loading…
Reference in New Issue
Block a user