[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110906235755.GA10586@kroah.com>
Date: Tue, 6 Sep 2011 16:57:55 -0700
From: Greg KH <greg@...ah.com>
To: Arvydas Sidorenko <asido4@...il.com>
Cc: gregkh@...e.de, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] one typo fix
On Sun, Sep 04, 2011 at 09:54:43PM +0200, Arvydas Sidorenko wrote:
> Signed-off-by: Arvydas Sidorenko <asido4@...il.com>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists