lkml.org 
[lkml]   [2014]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[UNNECESSARY PATCH 13/16] signal: Move label to first column
Date
Use the more common kernel style.

Signed-off-by: Joe Perches <joe@perches.com>
---
kernel/signal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index 15ce05d..9b133eb 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -566,7 +566,7 @@ static void collect_signal(int sig, struct sigpending *list, siginfo_t *info)
sigdelset(&list->signal, sig);

if (first) {
- still_pending:
+still_pending:
list_del_init(&first->list);
copy_siginfo(info, &first->info);
__sigqueue_free(first);
--
2.1.2


\
 
 \ /
  Last update: 2014-11-16 21:41    [W:0.063 / U:1.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site