提交 a40345b5 编写于 作者: B Bjørn Mork 提交者: David S. Miller

net: qmi_wwan: shorten driver description

The description is used in ethtool fixed length fields.  Make
it shorter to avoid truncation.
Signed-off-by: NBjørn Mork <bjorn@mork.no>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 230718bd
...@@ -360,7 +360,7 @@ static int qmi_wwan_resume(struct usb_interface *intf) ...@@ -360,7 +360,7 @@ static int qmi_wwan_resume(struct usb_interface *intf)
} }
static const struct driver_info qmi_wwan_info = { static const struct driver_info qmi_wwan_info = {
.description = "QMI speaking wwan device", .description = "WWAN/QMI device",
.flags = FLAG_WWAN, .flags = FLAG_WWAN,
.bind = qmi_wwan_bind, .bind = qmi_wwan_bind,
.unbind = qmi_wwan_unbind, .unbind = qmi_wwan_unbind,
...@@ -368,7 +368,7 @@ static const struct driver_info qmi_wwan_info = { ...@@ -368,7 +368,7 @@ static const struct driver_info qmi_wwan_info = {
}; };
static const struct driver_info qmi_wwan_shared = { static const struct driver_info qmi_wwan_shared = {
.description = "QMI speaking wwan device with combined interface", .description = "WWAN/QMI device",
.flags = FLAG_WWAN, .flags = FLAG_WWAN,
.bind = qmi_wwan_bind_shared, .bind = qmi_wwan_bind_shared,
.unbind = qmi_wwan_unbind, .unbind = qmi_wwan_unbind,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册