mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
greybus: svc: indent CPort flag defines properly
Use tabs to indent CPort-flag values. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
601df8ff3a
commit
9ba486e319
@@ -10,9 +10,9 @@
|
||||
#ifndef __SVC_H
|
||||
#define __SVC_H
|
||||
|
||||
#define GB_SVC_CPORT_FLAG_E2EFC BIT(0)
|
||||
#define GB_SVC_CPORT_FLAG_CSD_N BIT(1)
|
||||
#define GB_SVC_CPORT_FLAG_CSV_N BIT(2)
|
||||
#define GB_SVC_CPORT_FLAG_E2EFC BIT(0)
|
||||
#define GB_SVC_CPORT_FLAG_CSD_N BIT(1)
|
||||
#define GB_SVC_CPORT_FLAG_CSV_N BIT(2)
|
||||
|
||||
enum gb_svc_state {
|
||||
GB_SVC_STATE_RESET,
|
||||
|
||||
Reference in New Issue
Block a user