[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150813.211903.1087274945593868388.davem@davemloft.net>
Date: Thu, 13 Aug 2015 21:19:03 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: g.nault@...halink.fr
Cc: netdev@...r.kernel.org, paulus@...ba.org
Subject: Re: [PATCH net] ppp: fix device unregistration upon netns deletion
From: Guillaume Nault <g.nault@...halink.fr>
Date: Thu, 13 Aug 2015 15:18:25 +0200
> + idr_for_each_entry(&pn->units_idr, ppp, id) {
> + unregister_netdevice_queue(ppp->dev, &list);
> + }
Single line basic blocks should not use curly braces. Please remove
them, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists