]> git.baikalelectronics.ru Git - kernel.git/commit
hso: rename hso_dev into serial in hso_free_interface()
authorOlivier Sobrie <olivier@sobrie.be>
Fri, 30 Jan 2015 12:21:58 +0000 (13:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Feb 2015 20:33:27 +0000 (12:33 -0800)
commit2a401dfd508d62e95a88dd8d2c3cacbae0801c0b
treeb0e7786edef6f3b2775ada1a4e307b21306fee26
parent8d9c97d52c2dbb9303f7b076874284907029d30d
hso: rename hso_dev into serial in hso_free_interface()

In other functions of the driver, variables of type "struct hso_serial"
are denoted by "serial" and variables of type "struct hso_device" are
denoted by "hso_dev". This patch makes the hso_free_interface()
consistent with these notations.

Signed-off-by: Olivier Sobrie <olivier@sobrie.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c