From: Enrico Mioso Date: Sat, 11 Jul 2015 15:30:01 +0000 (+0200) Subject: cdc_ncm: update specs URL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22401ff17f993bda9acd14ac39213e6f9bb985d0;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git cdc_ncm: update specs URL Update referenced specs link to reflect actual file version and location. Signed-off-by: Enrico Mioso Signed-off-by: David S. Miller --- diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c index 1991e4a24657..db40175b1a0b 100644 --- a/drivers/net/usb/cdc_ncm.c +++ b/drivers/net/usb/cdc_ncm.c @@ -6,7 +6,7 @@ * Original author: Hans Petter Selasky * * USB Host Driver for Network Control Model (NCM) - * http://www.usb.org/developers/devclass_docs/NCM10.zip + * http://www.usb.org/developers/docs/devclass_docs/NCM10_012011.zip * * The NCM encoding, decoding and initialization logic * derives from FreeBSD 8.x. if_cdce.c and if_cdcereg.h