Re: [PATCH v2 01/20] staging: ccree: remove spurious blank lines

From: Joe Perches
Date: Thu Jun 01 2017 - 07:42:45 EST


On Thu, 2017-06-01 at 04:20 -0700, Joe Perches wrote:
> On Thu, 2017-06-01 at 14:02 +0300, Gilad Ben-Yossef wrote:
> > Remove spurious blanks lines from cc_crypto_ctx.h file
>
> unrelated trivia:
>
> > diff --git a/drivers/staging/ccree/cc_crypto_ctx.h b/drivers/staging/ccree/cc_crypto_ctx.h
>
> []
> > @@ -208,7 +204,6 @@ struct drv_ctx_generic {
> > enum drv_crypto_alg alg;
> > } __attribute__((__may_alias__));
>
> Please try to remove the __may_alias__ attribute one day.

That might be easy as struct drv_ctx_generic
is not directly used anywhere.