LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/2] lib: add sputchar() helper
@ 2021-09-04 23:10 Yury Norov
  2021-09-04 23:10 ` [PATCH v2 1/2] " Yury Norov
  2021-09-04 23:10 ` [PATCH 2/2] coccinelle: add script for sputchar() Yury Norov
  0 siblings, 2 replies; 7+ messages in thread
From: Yury Norov @ 2021-09-04 23:10 UTC (permalink / raw)
  To: Petr Mladek, Andrew Morton, Andy Shevchenko, Bartosz Golaszewski,
	Chris Down, Gilles Muller, Ingo Molnar, Jacob Keller,
	Joe Perches, Julia Lawall, Michal Marek, Nicolas Palix,
	Peter Zijlstra, Rasmus Villemoes, Sergey Senozhatsky,
	Stephen Boyd, Steven Rostedt, Thomas Gleixner, linux-kernel,
	cocci
  Cc: Yury Norov

This series adds sputchar() helper and coccinelle script that I used to
find candidates for cleanup.

Yury Norov (2): 
  lib/vsprintf: add sputchar()
  coccinelle script

 include/linux/kernel.h                 |   8 +
 lib/string_helpers.c                   |  56 ++-----
 lib/vsprintf.c                         | 222 ++++++++-----------------
 scripts/coccinelle/misc/sputchar.cocci | 190 +++++++++++++++++++++
 4 files changed, 280 insertions(+), 196 deletions(-)
 create mode 100644 scripts/coccinelle/misc/sputchar.cocci

-- 
2.30.2


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

end of thread, other threads:[~2021-09-07  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 23:10 [PATCH 0/2] lib: add sputchar() helper Yury Norov
2021-09-04 23:10 ` [PATCH v2 1/2] " Yury Norov
2021-09-05  1:36   ` Joe Perches
2021-09-05  3:20     ` Yury Norov
2021-09-06 11:51   ` Rasmus Villemoes
2021-09-07  9:35     ` Petr Mladek
2021-09-04 23:10 ` [PATCH 2/2] coccinelle: add script for sputchar() Yury Norov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).