[PATCH] staging: ks7010: Use __packed over __attribute__((packed))

2016-09-26 Thread Matt Kilgore
This replaces uses of __attribute__((packed)) with __packed, which is recommended to be used over the direct __attribute__. This patch then includes as necessary to use __packed. Signed-off-by: Matthew Kilgore --- drivers/staging/ks7010/eap_packet.h | 10 ++-- drivers/staging/ks7010/ks_hostif.h

[PATCH] fs.h: Remove comment referring to removed inode-operation

2015-10-03 Thread Matt Kilgore
4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and f_inode to the underlay"). Signed-off-by: Matt Kilgore --- include/linux/fs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 72d8a84..e495b3e 100644 --- a/include/l

[PATCH] Staging: rtl8187se: fixed coding style issues

2013-04-28 Thread Matt Kilgore
From: Matt Kilgore Fixed coding style issues with comments, braces, and spacing. Signed-off-by: Matt Kilgore --- drivers/staging/rtl8187se/r8180.h | 657 +++--- 1 file changed, 325 insertions(+), 332 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180.h