From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH v2 01/20] staging: ccree: remove spurious blank lines Date: Thu, 01 Jun 2017 04:42:27 -0700 Message-ID: <1496317347.2618.71.camel@perches.com> References: <1496314993-30229-1-git-send-email-gilad@benyossef.com> <1496314993-30229-2-git-send-email-gilad@benyossef.com> <1496316019.2618.69.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Ofir Drang , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org To: Gilad Ben-Yossef , Greg Kroah-Hartman Return-path: Received: from smtprelay0145.hostedemail.com ([216.40.44.145]:40319 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751076AbdFALmf (ORCPT ); Thu, 1 Jun 2017 07:42:35 -0400 In-Reply-To: <1496316019.2618.69.camel@perches.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: 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.