Commit 7bc49cb9 authored by Aya Mahfouz's avatar Aya Mahfouz Committed by Greg Kroah-Hartman
Browse files

staging: gdm724x: fix checkpatch.pl camelCase warning



Fixes the checkpatch.pl warning: Avoid CamelCase

Signed-off-by: default avatarAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 656874d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ struct phy_dev {
	int	(*send_hci_func)(void *priv_dev, void *data, int len,
				 void (*cb)(void *cb_data), void *cb_data);
	int	(*send_sdu_func)(void *priv_dev, void *data, int len,
				 unsigned int dftEpsId, unsigned int epsId,
				 unsigned int dft_eps_id, unsigned int eps_id,
				 void (*cb)(void *cb_data), void *cb_data,
				 int dev_idx, int nic_type);
	int	(*rcv_func)(void *priv_dev,