Skip to content

Commit aefc66a

Browse files
Badhri Jagan Sridharangregkh
Badhri Jagan Sridharan
authored andcommitted
usb: typec: pd: Fix formatting in pd.h header
Replacing spaces with tabs for PD_T_* constants. Signed-off-by: Badhri Jagan Sridharan <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6bbe2a9 commit aefc66a

File tree

1 file changed

+3
-3
lines changed
  • include/linux/usb

1 file changed

+3
-3
lines changed

include/linux/usb/pd.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,10 @@ static inline unsigned int rdo_max_power(u32 rdo)
471471
#define PD_T_VCONN_SOURCE_ON 100
472472
#define PD_T_SINK_REQUEST 100 /* 100 ms minimum */
473473
#define PD_T_ERROR_RECOVERY 100 /* minimum 25 is insufficient */
474-
#define PD_T_SRCSWAPSTDBY 625 /* Maximum of 650ms */
475-
#define PD_T_NEWSRC 250 /* Maximum of 275ms */
474+
#define PD_T_SRCSWAPSTDBY 625 /* Maximum of 650ms */
475+
#define PD_T_NEWSRC 250 /* Maximum of 275ms */
476476
#define PD_T_SWAP_SRC_START 20 /* Minimum of 20ms */
477+
#define PD_T_BIST_CONT_MODE 50 /* 30 - 60 ms */
477478

478479
#define PD_T_DRP_TRY 100 /* 75 - 150 ms */
479480
#define PD_T_DRP_TRYWAIT 600 /* 400 - 800 ms */
@@ -484,5 +485,4 @@ static inline unsigned int rdo_max_power(u32 rdo)
484485
#define PD_N_CAPS_COUNT (PD_T_NO_RESPONSE / PD_T_SEND_SOURCE_CAP)
485486
#define PD_N_HARD_RESET_COUNT 2
486487

487-
#define PD_T_BIST_CONT_MODE 50 /* 30 - 60 ms */
488488
#endif /* __LINUX_USB_PD_H */

0 commit comments

Comments
 (0)