[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170917165838.GA1887@uranus.lan>
Date: Sun, 17 Sep 2017 19:58:38 +0300
From: Cyrill Gorcunov <gorcunov@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Eugene Syromiatnikov <esyr@...hat.com>,
Andrey Vagin <avagin@...nvz.org>,
Andrew Morton <akpm@...uxfoundation.org>,
Pavel Emelyanov <xemul@...tuozzo.com>
Subject: [PATCH] kcmp: Drop branch leftover typo
The else branch been leftover and escaped the source
code refresh. Not a problem but better clean it up.
Reported-by: Eugene Syromiatnikov <esyr@...hat.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@...nvz.org>
CC: Andrey Vagin <avagin@...nvz.org>
CC: Andrew Morton <akpm@...uxfoundation.org>
CC: Pavel Emelyanov <xemul@...tuozzo.com>
---
kernel/kcmp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-ml.git/kernel/kcmp.c
===================================================================
--- linux-ml.git.orig/kernel/kcmp.c
+++ linux-ml.git/kernel/kcmp.c
@@ -131,7 +131,7 @@ static int kcmp_epoll_target(struct task
if (filp_epoll) {
filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff);
fput(filp_epoll);
- } else
+ }
if (IS_ERR(filp_tgt))
return PTR_ERR(filp_tgt);
Powered by blists - more mailing lists