* [PATCH 1/2] POSIX TIMER: coding style: leave a space after the comma
@ 2007-11-05 3:13 Li Zefan
0 siblings, 0 replies; only message in thread
From: Li Zefan @ 2007-11-05 3:13 UTC (permalink / raw)
To: tglx, LKML
Here we add a space after ','
Signed-off-by Li Zefan <lizf@cn.fujitsu.com>
---
kernel/posix-timers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c
index 35b4bbf..f1461f8 100644
--- a/kernel/posix-timers.c
+++ b/kernel/posix-timers.c
@@ -296,7 +296,7 @@ void do_schedule_next_timer(struct siginfo *info)
unlock_timer(timr, flags);
}
-int posix_timer_event(struct k_itimer *timr,int si_private)
+int posix_timer_event(struct k_itimer *timr, int si_private)
{
memset(&timr->sigq->info, 0, sizeof(siginfo_t));
timr->sigq->info.si_sys_private = si_private;
--
1.5.3.rc7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-05 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 3:13 [PATCH 1/2] POSIX TIMER: coding style: leave a space after the comma Li Zefan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox