lkml.org 
[lkml]   [2013]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] fix printk output
On Thu, Nov 28, 2013 at 02:03:59AM +0400, Sergei Ianovich wrote:
> Signed-off-by: Sergei Ianovich <ynvich@gmail.com>
> ---
> kernel/module.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/kernel/module.c b/kernel/module.c
> index f5a3b1e..6f87299 100644
> --- a/kernel/module.c
> +++ b/kernel/module.c
> @@ -817,7 +817,8 @@ SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
>
> if (!(flags & O_NONBLOCK)) {
> printk(KERN_WARNING
> - "waiting module removal not supported: please upgrade");
> + "waiting module removal not supported: "
> + "please upgrade\n");

Please don't wrap long lines, even if they exceed the 80 line limit. It makes
grepping for them harder.



\
 
 \ /
  Last update: 2013-11-27 23:21    [W:0.078 / U:2.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site