Re: [PATCH 1/3] staging: ks7010: use __packed instead of __attribute__((packed))

From: Greg KH
Date: Sun Oct 09 2016 - 10:50:37 EST


On Sun, Oct 09, 2016 at 11:22:32AM +0530, Sabitha George wrote:
> This patch fixes the below checkpatch warning in ks_hostif.c:
> __packed is preferred over __attribute__((packed))
>
> Signed-off-by: Sabitha George <sabitha.george@xxxxxxxxx>
> ---
> drivers/staging/ks7010/ks_hostif.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Someone else sent this right before you did, sorry :(