* [PATCH 03/16] ia64: remove trailing space in messages [not found] <201002061844.45212.elendil@planet.nl> @ 2010-02-06 17:47 ` Frans Pop 2010-02-06 20:57 ` [PATCH 00/16] remove trailing spaces " Frans Pop 1 sibling, 0 replies; 2+ messages in thread From: Frans Pop @ 2010-02-06 17:47 UTC (permalink / raw) To: linux-kernel; +Cc: Frans Pop, linux-ia64, Tony Luck, Fenghua Yu Signed-off-by: Frans Pop <elendil@planet.nl> Cc: linux-ia64@vger.kernel.org Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> --- arch/ia64/ia32/sys_ia32.c | 4 ++-- arch/ia64/kernel/perfmon.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c index 045b746..8e441a4 100644 --- a/arch/ia64/ia32/sys_ia32.c +++ b/arch/ia64/ia32/sys_ia32.c @@ -2219,8 +2219,8 @@ static void access_fpreg_ia32(int regno, void *reg, else if (regno <= 7) f = &sw->f12 + (regno - 4); else { - printk(KERN_ERR "regno must be less than 7 \n"); - return; + printk(KERN_ERR "regno must be less than 7\n"); + return; } if (write) diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 6bcbe21..b81e46b 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c @@ -2713,7 +2713,7 @@ pfm_context_create(pfm_context_t *ctx, void *arg, int count, struct pt_regs *reg goto buffer_error; } - DPRINT(("ctx=%p flags=0x%x system=%d notify_block=%d excl_idle=%d no_msg=%d ctx_fd=%d \n", + DPRINT(("ctx=%p flags=0x%x system=%d notify_block=%d excl_idle=%d no_msg=%d ctx_fd=%d\n", ctx, ctx_flags, ctx->ctx_fl_system, @@ -3677,7 +3677,7 @@ pfm_restart(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) * "self-monitoring". */ if (CTX_OVFL_NOBLOCK(ctx) = 0 && state = PFM_CTX_MASKED) { - DPRINT(("unblocking [%d] \n", task_pid_nr(task))); + DPRINT(("unblocking [%d]\n", task_pid_nr(task))); complete(&ctx->ctx_restart_done); } else { DPRINT(("[%d] armed exit trap\n", task_pid_nr(task))); -- 1.6.6.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 00/16] remove trailing spaces in messages [not found] <201002061844.45212.elendil@planet.nl> 2010-02-06 17:47 ` [PATCH 03/16] ia64: remove trailing space in messages Frans Pop @ 2010-02-06 20:57 ` Frans Pop 1 sibling, 0 replies; 2+ messages in thread From: Frans Pop @ 2010-02-06 20:57 UTC (permalink / raw) To: linux-kernel Cc: linux-alpha, linux-ia64, linux-parisc, linux-s390, sparclinux Resending the patch cover letter for vger only as it didn't reach there for some reason (# recipients maybe?). +++++++++++ This is a first series of patches to remove trailing spaces in messages. Patches cover arch-specific code plus one fix for PM and one in Documentation. Depending on how this series is received I'll continue with other parts of the kernel. Benefits are: - general cleanup and consistency - minor reduction in kernel size and user's log file size - reduced annoyance for people writing logcheck rules The patch for m68k has been rebased against linux-next; all other patches apply against both mainline and -next (as of 5-2). Shortstat: 74 files changed, 135 insertions(+), 136 deletions(-) Frans Pop (16): alpha: remove trailing spaces in messages arm: remove trailing spaces in messages ia64: remove trailing space in messages m68k: remove trailing space in messages microblaze: remove trailing space in messages mips: remove trailing space in messages parisc: remove trailing space in messages s390: remove trailing space in messages sparc: remove trailing space in messages x86: remove trailing space in messages blackfin: remove trailing space in messages cris/trivial: remove trailing space in message powerpc: remove trailing space in messages um: remove trailing space in messages PM: remove trailing space in message trivial: remove trailing space in spidev test program ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-06 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201002061844.45212.elendil@planet.nl>
2010-02-06 17:47 ` [PATCH 03/16] ia64: remove trailing space in messages Frans Pop
2010-02-06 20:57 ` [PATCH 00/16] remove trailing spaces " Frans Pop
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox