On Tue, Sep 30, 2014 at 12:07:56PM -0400, Benjamin Romer wrote:
> Remove all unnecesary blank lines after braces in uisqueue.h.
> 
> Signed-off-by: Benjamin Romer <benjamin.ro...@unisys.com>
> ---
>  drivers/staging/unisys/include/uisqueue.h | 13 +++++--------
>  1 file changed, 5 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/staging/unisys/include/uisqueue.h 
> b/drivers/staging/unisys/include/uisqueue.h
> index 95695d8..7b85a19 100644
> --- a/drivers/staging/unisys/include/uisqueue.h
> +++ b/drivers/staging/unisys/include/uisqueue.h
> @@ -34,7 +34,6 @@
>  #include "controlvmcompletionstatus.h"
>  
>  struct uisqueue_info {
> -
>       CHANNEL_HEADER __iomem *chan;
>       /* channel containing queues in which scsi commands &
>        * responses are queued
> @@ -149,10 +148,10 @@ struct device_info {
>       unsigned long long last_on_list_cnt;
>  };
>  
> -typedef enum {
> +enum switch_type {
>       RECOVERY_LAN = 1,
>       IB_LAN = 2
> -} SWITCH_TYPE;
> +};

Your subject doesn't match up with what you are doing here :(

Please fix.

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to