All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] pinctrl: Fine-tuning for some function implementations
@ 2017-05-02  9:20 ` SF Markus Elfring
  0 siblings, 0 replies; 42+ messages in thread
From: SF Markus Elfring @ 2017-05-02  9:20 UTC (permalink / raw)
  To: linux-gpio, Linus Walleij; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 2 May 2017 11:16:54 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (9):
  Use seq_putc() in three functions
  Combine two seq_puts() calls into one call in two functions
  Combine five seq_printf() calls into one call in pinconf_dbg_config_print()
  Replace two seq_printf() calls by seq_puts() in pinconf_show_map()
  Adjust five checks for null pointers
  Combine substrings for a message in pin_config_group_get()
  Add spaces for better code readability
  core: Use seq_putc() in pinctrl_maps_show()
  core: Adjust nine checks for null pointers

 drivers/pinctrl/core.c    | 20 ++++++++--------
 drivers/pinctrl/pinconf.c | 61 ++++++++++++++++++++++++-----------------------
 2 files changed, 41 insertions(+), 40 deletions(-)

-- 
2.12.2


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

end of thread, other threads:[~2017-05-11 13:29 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02  9:20 [PATCH 0/9] pinctrl: Fine-tuning for some function implementations SF Markus Elfring
2017-05-02  9:20 ` SF Markus Elfring
2017-05-02  9:21 ` [PATCH 1/9] pinctrl: Use seq_putc() in three functions SF Markus Elfring
2017-05-02  9:21   ` SF Markus Elfring
2017-05-11 11:34   ` Linus Walleij
2017-05-11 11:34     ` Linus Walleij
2017-05-02  9:22 ` [PATCH 2/9] pinctrl: Combine two seq_puts() calls into one call in two functions SF Markus Elfring
2017-05-02  9:22   ` SF Markus Elfring
2017-05-03 17:47   ` Andy Shevchenko
2017-05-03 17:47     ` Andy Shevchenko
2017-05-02  9:23 ` [PATCH 3/9] pinctrl: Combine five seq_printf() calls into one call in pinconf_dbg_config_print() SF Markus Elfring
2017-05-02  9:23   ` SF Markus Elfring
2017-05-03 17:48   ` Andy Shevchenko
2017-05-03 17:48     ` Andy Shevchenko
2017-05-02  9:24 ` [PATCH 4/9] pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map() SF Markus Elfring
2017-05-02  9:24   ` SF Markus Elfring
2017-05-11 13:24   ` Linus Walleij
2017-05-11 13:24     ` Linus Walleij
2017-05-02  9:25 ` [PATCH 5/9] pinctrl: Adjust five checks for null pointers SF Markus Elfring
2017-05-02  9:25   ` SF Markus Elfring
2017-05-11 13:25   ` Linus Walleij
2017-05-11 13:25     ` Linus Walleij
2017-05-02  9:26 ` [PATCH 6/9] pinctrl: Combine substrings for a message in pin_config_group_get() SF Markus Elfring
2017-05-02  9:26   ` SF Markus Elfring
2017-05-03 17:49   ` Andy Shevchenko
2017-05-03 17:49     ` Andy Shevchenko
2017-05-11 13:26   ` Linus Walleij
2017-05-11 13:26     ` Linus Walleij
2017-05-02  9:27 ` [PATCH 7/9] pinctrl: Add spaces for better code readability SF Markus Elfring
2017-05-02  9:27   ` SF Markus Elfring
2017-05-11 13:27   ` Linus Walleij
2017-05-11 13:27     ` Linus Walleij
2017-05-02  9:28 ` [PATCH 8/9] pinctrl: Use seq_putc() in pinctrl_maps_show() SF Markus Elfring
2017-05-02  9:28   ` SF Markus Elfring
2017-05-03 17:45   ` Andy Shevchenko
2017-05-03 17:45     ` Andy Shevchenko
2017-05-11 13:28   ` Linus Walleij
2017-05-11 13:28     ` Linus Walleij
2017-05-02  9:29 ` [PATCH 9/9] pinctrl: Adjust nine checks for null pointers SF Markus Elfring
2017-05-02  9:29   ` SF Markus Elfring
2017-05-11 13:29   ` Linus Walleij
2017-05-11 13:29     ` Linus Walleij

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.