Re: [PATCH net] r8152: correct some messages

2014-01-06 Thread David Miller
From: Hayes Wang Date: Tue, 7 Jan 2014 11:18:22 +0800 > - Replace pr_warn_ratelimited() with net_ratelimit() and netdev_warn(). > - Adjust the algnment of some messages. > - Remove the peroid. > - Fix some messages don't have terminating newline. > > Signed-off-by: Hayes Wang I only want m

[PATCH net] r8152: correct some messages

2014-01-06 Thread Hayes Wang
- Replace pr_warn_ratelimited() with net_ratelimit() and netdev_warn(). - Adjust the algnment of some messages. - Remove the peroid. - Fix some messages don't have terminating newline. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 23 +-- 1 file changed, 13 inse