Skip to content

Commit

Permalink
net: qmi_wwan: shorten driver description
Browse files Browse the repository at this point in the history
The description is used in ethtool fixed length fields.  Make
it shorter to avoid truncation.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Jun 19, 2012
1 parent 230718b commit a40345b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/usb/qmi_wwan.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,15 +360,15 @@ 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,
.manage_power = qmi_wwan_manage_power,
};

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,
Expand Down

0 comments on commit a40345b

Please sign in to comment.