[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254923702.2134.358.camel@Joe-Laptop.home>
Date: Wed, 07 Oct 2009 06:55:02 -0700
From: Joe Perches <joe@...ches.com>
To: Alan Jenkins <alan-jenkins@...fmail.co.uk>
Cc: mingo@...hat.com, x86@...nel.org, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 1/7] printk: clean up return value
On Wed, 2009-10-07 at 09:39 +0100, Alan Jenkins wrote:
> Commit 5fd29d6 "printk: clean up handling of log-levels and newlines"
> causes printk() to return the wrong number of characters.
Maybe it'd be better to return void?
These may be the only uses of the value returned,
and both files are trivial to modify.
kernel/lockdep.c: len += printk("%*s %s", depth, "", usage_str[bit]);
kernel/lockdep.c: len += printk(" at:\n");
drivers/char/mem.c: ret = printk("%s", tmp);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists