Skip to content
Commit e95cfc7e authored by Jack Pham's avatar Jack Pham Committed by Hemant Kumar
Browse files

usb: pd: rename enum pd_msg_type to pd_sop_type



This enum is used to specify what packet type (SOP, SOP', SOP'')
to the PD PHY when sending and receiving messages. To avoid
confusion with the message type field of a message header (e.g.
MSG_REQUEST, MSG_ACCEPT, etc), rename the enum to pd_sop_type
and change the parameter name from 'type' to 'sop'. Also change
the enum pd_sig_type parameter name to 'sig' for similar clarity.
This patch is cosmetic, no functional changes.

Change-Id: Idf74f7635ec5afee3538815f2efd9bc032ee6d89
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 8e0e97e8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment