mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Blackfin: Fine-tuning for three function implementations
@ 2016-10-19 20:44 SF Markus Elfring
  2016-10-19 20:46 ` [PATCH 1/5] blackfin-cplbinfo: Use seq_puts() in cplbinfo_print_header() SF Markus Elfring
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: SF Markus Elfring @ 2016-10-19 20:44 UTC (permalink / raw)
  To: adi-buildroot-devel, Rickard Strandqvist, Steven Miao
  Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Wed, 19 Oct 2016 22:24:22 +0200

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

Markus Elfring (5):
  cplbinfo: Use seq_puts() in cplbinfo_print_header()
  irqchip: Combine two seq_printf() calls into one call in arch_show_interrupts()
  setup: Use seq_putc() in show_cpuinfo()
  setup: Replace three seq_printf() calls by seq_puts() in show_cpuinfo()
  setup: Combine ten seq_printf() calls into three calls in show_cpuinfo()

 arch/blackfin/kernel/cplbinfo.c |  3 +-
 arch/blackfin/kernel/irqchip.c  |  6 ++--
 arch/blackfin/kernel/setup.c    | 73 ++++++++++++++++++++++-------------------
 3 files changed, 46 insertions(+), 36 deletions(-)

-- 
2.10.1

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

end of thread, other threads:[~2016-10-19 20:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 20:44 [PATCH 0/5] Blackfin: Fine-tuning for three function implementations SF Markus Elfring
2016-10-19 20:46 ` [PATCH 1/5] blackfin-cplbinfo: Use seq_puts() in cplbinfo_print_header() SF Markus Elfring
2016-10-19 20:47 ` [PATCH 2/5] blackfin-irqchip: Combine two seq_printf() calls into one call in arch_show_interrupts() SF Markus Elfring
2016-10-19 20:48 ` [PATCH 3/5] blackfin-setup: Use seq_putc() in show_cpuinfo() SF Markus Elfring
2016-10-19 20:49 ` [PATCH 4/5] blackfin-setup: Replace three seq_printf() calls by seq_puts() " SF Markus Elfring
2016-10-19 20:50 ` [PATCH 5/5] blackfin-setup: Combine ten seq_printf() calls into three calls " SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome