All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/2] seq: Convert seq_puts and seq_putc to return void
@ 2014-11-10 18:58 Joe Perches
       [not found] ` <cover.1415645476.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
  2014-11-10 18:58   ` Joe Perches
  0 siblings, 2 replies; 11+ messages in thread
From: Joe Perches @ 2014-11-10 18:58 UTC (permalink / raw)
  To: Steven Rostedt, openipmi-developer, linux-parisc, linux-kernel,
	linux-watchdog, linux-fsdevel, netfilter-devel, coreteam
  Cc: Petr Mladek, linux-usb, netdev

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-12 15:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 18:58 [PATCH -next 0/2] seq: Convert seq_puts and seq_putc to return void Joe Perches
     [not found] ` <cover.1415645476.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2014-11-10 18:58   ` [PATCH -next 1/2] seq_puts: Convert to return void and convert uses too Joe Perches
2014-11-10 18:58     ` Joe Perches
2014-11-11  0:32     ` Mark Brown
2014-11-11 13:38     ` Petr Mladek
2014-11-10 18:58 ` [PATCH -next 2/2] seq_putc: " Joe Perches
2014-11-10 18:58   ` Joe Perches
2014-11-11 13:47   ` Petr Mladek
2014-11-12 12:29     ` Pablo Neira Ayuso
2014-11-12 15:25   ` Corey Minyard
2014-11-12 15:25     ` Corey Minyard

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.