UPSTREAM: net: qmi_wwan: shorten driver description
authorBjørn Mork <bjorn@mork.no>
Tue, 19 Jun 2012 00:42:02 +0000 (00:42 +0000)
committerGerrit <chrome-bot@google.com>
Wed, 10 Oct 2012 19:15:25 +0000 (12:15 -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>
(cherry picked from commit a40345b5b4a09ff8539aaafeb2c612db6d0b4d1b)

Change-Id: Ic53b2a602dfa8b066de4f9219dbf5436b8ed9f63
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/35013
Reviewed-by: Olof Johansson <olofj@chromium.org>
drivers/net/usb/qmi_wwan.c

index 60ea951..5d1e2e6 100644 (file)
@@ -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 interface",
+       .description    = "WWAN/QMI device",
        .flags          = FLAG_WWAN,
        .bind           = qmi_wwan_bind_shared,
        .unbind         = qmi_wwan_unbind,