[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1415645476.git.joe@perches.com>
Date: Mon, 10 Nov 2014 10:58:55 -0800
From: Joe Perches <joe@...ches.com>
To: Steven Rostedt <rostedt@...dmis.org>,
openipmi-developer@...ts.sourceforge.net,
linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-watchdog@...r.kernel.org, linux-fsdevel@...r.kernel.org,
netfilter-devel@...r.kernel.org, coreteam@...filter.org
Cc: Petr Mladek <pmladek@...e.cz>, linux-usb@...r.kernel.org,
netdev@...r.kernel.org
Subject: [PATCH -next 0/2] seq: Convert seq_puts and seq_putc to return void
These are error prone, so return void adn use seq_has_overflowed instead
Joe Perches (2):
seq_puts: Convert to return void and convert uses too.
seq_putc: Convert to return void and convert uses too.
drivers/char/ipmi/ipmi_msghandler.c | 4 +-
drivers/parisc/ccio-dma.c | 7 +-
drivers/regulator/dbx500-prcmu.c | 21 ++----
drivers/usb/gadget/udc/goku_udc.c | 81 +++++++++++-----------
drivers/watchdog/bcm_kona_wdt.c | 43 +++++++-----
fs/seq_file.c | 26 +++----
include/linux/seq_file.h | 4 +-
ipc/util.c | 6 +-
.../netfilter/nf_conntrack_l3proto_ipv4_compat.c | 4 +-
net/netfilter/nf_conntrack_expect.c | 4 +-
10 files changed, 105 insertions(+), 95 deletions(-)
--
2.1.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists