Commit 723329b2 authored by Tree Davies's avatar Tree Davies Committed by Greg Kroah-Hartman

Staging: rtl8192e: Rename variable CmdID_WritePortUshort

Rename variable CmdID_WritePortUshort to cmd_id_write_port_ushort
to fix checkpatch warning Avoid CamelCase.
Signed-off-by: default avatarTree Davies <tdavies@darkphysics.net>
Link: https://lore.kernel.org/r/20240821030856.57423-6-tdavies@darkphysics.netSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50d39a0f
......@@ -620,7 +620,7 @@ static u8 _rtl92e_phy_switch_channel_step(struct net_device *dev, u8 channel,
rtl92e_writel(dev, CurrentCmd->Para1,
CurrentCmd->Para2);
break;
case CmdID_WritePortUshort:
case cmd_id_write_port_ushort:
rtl92e_writew(dev, CurrentCmd->Para1,
CurrentCmd->Para2);
break;
......
......@@ -157,7 +157,7 @@ enum sw_chnl_cmd_id {
cmd_id_set_tx_power_level,
cmd_id_bbreg_write10,
cmd_id_write_port_ulong,
CmdID_WritePortUshort,
cmd_id_write_port_ushort,
CmdID_WritePortUchar,
CmdID_RF_WriteReg,
};
......
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