[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170307.134440.1909011889217005504.davem@davemloft.net>
Date: Tue, 07 Mar 2017 13:44:40 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: yasu.isimatu@...il.com
Cc: netdev@...r.kernel.org, izumi.taku@...fujitsu.com
Subject: Re: [PATCH] fjes: Do not load fjes driver if system does not have
extended socket device.
From: Yasuaki Ishimatsu <yasu.isimatu@...il.com>
Date: Thu, 2 Mar 2017 11:56:44 -0500
> +
> /* fjes_init_module - Driver Registration Routine */
> static int __init fjes_init_module(void)
> {
> int result;
> + bool found = false;
> +
Please order local variable declarations from longest to shortest
line.
Thanks.
Powered by blists - more mailing lists