[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1424222295.25416.18.camel@perches.com>
Date: Tue, 17 Feb 2015 17:18:15 -0800
From: Joe Perches <joe@...ches.com>
To: Oleg Drokin <oleg.drokin@...el.com>
Cc: Andreas Dilger <andreas.dilger@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
HPDD-discuss@...ts.01.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] staging: lustre: Remove use of return val of
seq_printf
On Mon, 2015-02-16 at 11:24 -0800, Joe Perches wrote:
> seq_printf should eventually be converted to a void function.
>
> Remove the uses of seq_printf return values and use seq_has_overflowed()
> instead.
Please do not apply.
These need conversions not to "return seq_has_overflowed()"
but to "return 0".
> Joe Perches (3):
> staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed
> staging: lustre: Convert uses of "int rc = seq_printf(...)"
> staging: lustre: Convert remaining uses of "= seq_printf(...)"
--
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