Re: [PATCH v2 1/4] drivers: staging: fix parameter alignment
From: Greg KH
Date: Fri Apr 29 2016 - 20:49:40 EST
On Mon, Apr 18, 2016 at 10:35:28AM +1000, Tobin C Harding wrote:
> drivers/staging/android/ion/ion.c checkpatch produces alignment checks.
>
> This patch is whitespace only and fixes these checks.
>
> Signed-off-by: Tobin C Harding <me@xxxxxxxx>
> ---
> drivers/staging/android/ion/ion.c | 64 +++++++++++++++++++--------------------
> 1 file changed, 32 insertions(+), 32 deletions(-)
Please put the driver's name in the subject line to make it easier to
see. For this one it would be:
Subject: [PATCH v2 1/4] staging: android: ion: fix parameter alignment
Please fix up and resend the series after dropping the one patch.
thanks,
greg k-h