Messages in this thread |  | | Date | Sun, 9 Oct 2016 16:50:35 +0200 | From | Greg KH <> | Subject | Re: [PATCH 1/3] staging: ks7010: use __packed instead of __attribute__((packed)) |
| |
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@gmail.com> > --- > drivers/staging/ks7010/ks_hostif.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Someone else sent this right before you did, sorry :(
|  |