lkml.org 
[lkml]   [2023]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] mroute6: Removed unnecessary 'return'
Fix the checkpatch error as void function return statements are not
generally useful

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
include/linux/mroute6.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h
index 63ef5191cc57..4a6e3d28d636 100644
--- a/include/linux/mroute6.h
+++ b/include/linux/mroute6.h
@@ -60,7 +60,6 @@ static inline int ip6_mr_init(void)

static inline void ip6_mr_cleanup(void)
{
- return;
}
#endif
\
 
 \ /
  Last update: 2023-07-19 18:36    [W:1.238 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site