[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120831.160517.226136265278963899.davem@davemloft.net>
Date: Fri, 31 Aug 2012 16:05:17 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sony.chacko@...gic.com
Cc: netdev@...r.kernel.org, Dept_NX_Linux_NIC_Driver@...gic.com,
anirban.chakraborty@...gic.com
Subject: Re: [PATCH 01/12] qlcnic: Refactoring - template based hardware
interface
From: Sony Chacko <sony.chacko@...gic.com>
Date: Fri, 31 Aug 2012 02:28:50 -0400
> +static inline int
> +qlcnic_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable)
> +{
> + return adapter->nic_ops->config_bridged_mode(adapter, enable);
> +
> +}
> +
> +static inline int
> +qlcnic_config_led(struct qlcnic_adapter *adapter, u32 state, u32 rate)
> +{
> + return adapter->nic_ops->config_led(adapter, state, rate);
> +
> +}
> +
Please get rid of those unnecessary empty lines in the function bodies.
--
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