Commit 0e51032f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: greybus_id.h: minor typo fixes

Align up the BIT() #defines and properly comment the include block
define.
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 426fa950
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment