From: Greg Kroah-Hartman Date: Fri, 19 Dec 2014 22:56:34 +0000 (-0800) Subject: greybus: greybus_id.h: minor typo fixes X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1752 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0e51032f381738e3e854febc627936e1c4d8deda;p=linux.git greybus: greybus_id.h: minor typo fixes Align up the BIT() #defines and properly comment the include block define. Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_id.h b/drivers/staging/greybus/greybus_id.h index 53da8e71d674..3c462ef7ba6c 100644 --- a/drivers/staging/greybus/greybus_id.h +++ b/drivers/staging/greybus/greybus_id.h @@ -20,7 +20,7 @@ struct greybus_interface_id { /* Used to match the greybus_interface_id */ #define GREYBUS_ID_MATCH_VENDOR BIT(0) -#define GREYBUS_ID_MATCH_PRODUCT BIT(1) +#define GREYBUS_ID_MATCH_PRODUCT BIT(1) #define GREYBUS_ID_MATCH_SERIAL BIT(2) -#endif /* __LINUX_GREYBUS_H */ +#endif /* __LINUX_GREYBUS_ID_H */