mbox series

[v2,0/2] Fix -Wcast-function-type usb net drivers

Message ID 20191126135413.19929-1-tranmanphong@gmail.com (mailing list archive)
Headers show
Series Fix -Wcast-function-type usb net drivers | expand

Message

Phong Tran Nov. 26, 2019, 1:54 p.m. UTC
Change log with v1:
 - Modify suffix of patch subject.
 - Did the checkpatch.pl (remove the space, add a blank line).

Phong Tran (2):
  net: hso: Fix -Wcast-function-type
  net: usbnet: Fix -Wcast-function-type

 drivers/net/usb/hso.c    | 5 +++--
 drivers/net/usb/usbnet.c | 9 ++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

Comments

David Miller Nov. 26, 2019, 10:04 p.m. UTC | #1
From: Phong Tran <tranmanphong@gmail.com>
Date: Tue, 26 Nov 2019 20:54:11 +0700

> Change log with v1:
>  - Modify suffix of patch subject.
>  - Did the checkpatch.pl (remove the space, add a blank line).

Series applied, thanks.