Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: qmi_wwan: shorten driver description

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>

authored by

Bjørn Mork and committed by
David S. Miller
a40345b5 230718bd

+2 -2
+2 -2
drivers/net/usb/qmi_wwan.c
··· 360 360 } 361 361 362 362 static const struct driver_info qmi_wwan_info = { 363 - .description = "QMI speaking wwan device", 363 + .description = "WWAN/QMI device", 364 364 .flags = FLAG_WWAN, 365 365 .bind = qmi_wwan_bind, 366 366 .unbind = qmi_wwan_unbind, ··· 368 368 }; 369 369 370 370 static const struct driver_info qmi_wwan_shared = { 371 - .description = "QMI speaking wwan device with combined interface", 371 + .description = "WWAN/QMI device", 372 372 .flags = FLAG_WWAN, 373 373 .bind = qmi_wwan_bind_shared, 374 374 .unbind = qmi_wwan_unbind,