From: Joe Perches <joe@perches.com>
To: Oleg Drokin <oleg.drokin@intel.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf
Date: Tue, 17 Feb 2015 17:18:15 -0800 [thread overview]
Message-ID: <1424222295.25416.18.camel@perches.com> (raw)
In-Reply-To: <cover.1424114484.git.joe@perches.com>
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(...)"
prev parent reply other threads:[~2015-02-18 1:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-16 19:24 [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf Joe Perches
2015-02-16 19:24 ` [PATCH 1/3] staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed Joe Perches
2015-02-16 19:24 ` [PATCH 2/3] staging: lustre: Convert uses of "int rc = seq_printf(...)" Joe Perches
2015-02-16 19:24 ` [PATCH 3/3] staging: lustre: Convert remaining uses of "= seq_printf(...)" Joe Perches
2015-02-18 1:18 ` Joe Perches [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424222295.25416.18.camel@perches.com \
--to=joe@perches.com \
--cc=HPDD-discuss@ml01.01.org \
--cc=andreas.dilger@intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg.drokin@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.