Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a40345b5 authored by Bjørn Mork's avatar Bjørn Mork Committed by David S. Miller
Browse files

net: qmi_wwan: shorten driver description



The description is used in ethtool fixed length fields.  Make
it shorter to avoid truncation.

Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 230718bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ static int qmi_wwan_resume(struct usb_interface *intf)
}

static const struct driver_info	qmi_wwan_info = {
	.description	= "QMI speaking wwan device",
	.description	= "WWAN/QMI device",
	.flags		= FLAG_WWAN,
	.bind		= qmi_wwan_bind,
	.unbind		= qmi_wwan_unbind,
@@ -368,7 +368,7 @@ static const struct driver_info qmi_wwan_info = {
};

static const struct driver_info	qmi_wwan_shared = {
	.description	= "QMI speaking wwan device with combined interface",
	.description	= "WWAN/QMI device",
	.flags		= FLAG_WWAN,
	.bind		= qmi_wwan_bind_shared,
	.unbind		= qmi_wwan_unbind,