projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230718b
)
net: qmi_wwan: shorten driver description
author
Bjørn Mork
<bjorn@mork.no>
Tue, 19 Jun 2012 00:42:02 +0000
(
00:42
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Jun 2012 22:04:14 +0000
(15:04 -0700)
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>
drivers/net/usb/qmi_wwan.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/qmi_wwan.c
b/drivers/net/usb/qmi_wwan.c
index
05571fc
..
f12ba3c
100644
(file)
--- a/
drivers/net/usb/qmi_wwan.c
+++ b/
drivers/net/usb/qmi_wwan.c
@@
-360,7
+360,7
@@
err:
}
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 interfa
ce",
+ .description = "
WWAN/QMI devi
ce",
.flags = FLAG_WWAN,
.bind = qmi_wwan_bind_shared,
.unbind = qmi_wwan_unbind,