Re: [PATCH] Staging: bcm: fixed coding style issues

From: Stephen Hemminger
Date: Mon Jan 31 2011 - 22:58:31 EST


On Tue, 1 Feb 2011 02:50:24 +0100
Timo von Holtz <tvh@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
> index 32909e2..3a0b62d 100644
> --- a/drivers/staging/bcm/Adapter.h
> +++ b/drivers/staging/bcm/Adapter.h
> @@ -14,7 +14,7 @@ struct _LEADER
> UCHAR Status;
> UCHAR Unused[3];
> }__attribute__((packed));
> -typedef struct _LEADER LEADER,*PLEADER;
> +typedef struct _LEADER LEADER, *PLEADER;

Rather than fixing format of these typedef's eliminate
them according to CodingStyle

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/