[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180424.153925.2063217911734444324.davem@davemloft.net>
Date: Tue, 24 Apr 2018 15:39:25 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: christian.brauner@...ntu.com
Cc: ebiederm@...ssion.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, avagin@...tuozzo.com,
ktkhai@...tuozzo.com, serge@...lyn.com, gregkh@...uxfoundation.org
Subject: Re: [PATCH net-next 2/2 v1] netns: isolate seqnums to use
per-netns locks
From: Christian Brauner <christian.brauner@...ntu.com>
Date: Mon, 23 Apr 2018 12:24:43 +0200
> + #ifdef CONFIG_NET
> + seqnum = get_ns_uevent_seqnum_by_vpid();
> + #else
> + seqnum = uevent_seqnum;
> + #endif
Please don't indend the code like this.
By indenting the CPP directives, which should be at column zero, the
actual code became double indented.
Thank you.
Powered by blists - more mailing lists