Re: [PATCH] Input: ati_remote2 - add missing newlines when printing module parameters

2020-07-21 Thread Dmitry Torokhov
On Mon, Jul 20, 2020 at 05:21:48PM +0800, Xiongfeng Wang wrote: > When I cat some module parameters by sysfs, it displays as follows. It's > better to add a newline for easy reading. > > root@syzkaller:~# cat /sys/module/ati_remote2/parameters/mode_mask > 0x1froot@syzkaller:~# cat

[PATCH] Input: ati_remote2 - add missing newlines when printing module parameters

2020-07-20 Thread Xiongfeng Wang
When I cat some module parameters by sysfs, it displays as follows. It's better to add a newline for easy reading. root@syzkaller:~# cat /sys/module/ati_remote2/parameters/mode_mask 0x1froot@syzkaller:~# cat /sys/module/ati_remote2/parameters/channel_mask 0xroot@syzkaller:~# Signed-off-by: