From ffe29f9025c2a2cc3c1b9e011a2b5afbf105efe3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 23 Nov 2020 20:34:40 +0900 Subject: [PATCH] net/igmp/igmp_join.c: Appease nxstyle The following nxstyle errors are intentionally left because they are a part of the copyright notice. net/igmp/igmp_join.c:22:82: error: Long line found net/igmp/igmp_join.c:29:82: error: Long line found --- net/igmp/igmp_join.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/igmp/igmp_join.c b/net/igmp/igmp_join.c index ca145b02b5..25f7112813 100644 --- a/net/igmp/igmp_join.c +++ b/net/igmp/igmp_join.c @@ -116,7 +116,8 @@ * ****************************************************************************/ -int igmp_joingroup(struct net_driver_s *dev, FAR const struct in_addr *grpaddr) +int igmp_joingroup(struct net_driver_s *dev, + FAR const struct in_addr *grpaddr) { struct igmp_group_s *group; int ret;