Re: [PATCH 1/3] one typo fix

From: Greg KH
Date: Tue Sep 06 2011 - 20:01:11 EST


On Sun, Sep 04, 2011 at 09:54:43PM +0200, Arvydas Sidorenko wrote:
> Signed-off-by: Arvydas Sidorenko <asido4@xxxxxxxxx>
> ---
> drivers/staging/crystalhd/bc_dts_defs.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/crystalhd/bc_dts_defs.h b/drivers/staging/crystalhd/bc_dts_defs.h
> index 778e76a..8c6ac3e 100644
> --- a/drivers/staging/crystalhd/bc_dts_defs.h
> +++ b/drivers/staging/crystalhd/bc_dts_defs.h
> @@ -84,7 +84,7 @@ enum BC_SW_OPTIONS {
> BC_OPT_LINK_OUT_ENCRYPT = BC_BIT(29),
> };
>
> -struct BC_REG_CONFIG{
> +struct BC_REG_CONFIG {

That's not a "typo", it's a style fix, right?

Also, please give a good Subject: line for your emails. This one would
be:
Subject: staging: crystalhd: bc_dts_defs.h: fix a coding style issue

Care to redo all 3 patches in this series in this way, properly
describing what you are doing, so I can apply them?

thanks,

greg k-h
--
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/