aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
diff options
context:
space:
mode:
authorPeng Li <lipeng321@huawei.com>2021-06-18 10:32:24 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-18 11:42:40 -0700
commit7d40bfc1933efbbd65762b0bcb63287c07125370 (patch)
treef799a1f16e248d63fef9e11324eb53bedf61ddd3 /drivers/net/wan
parentnet: hostess_sv11: fix the comments style issue (diff)
downloadlinux-dev-7d40bfc1933efbbd65762b0bcb63287c07125370.tar.xz
linux-dev-7d40bfc1933efbbd65762b0bcb63287c07125370.zip
net: hostess_sv11: fix the alignment issue
Alignment should match open parenthesis. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan')
-rw-r--r--drivers/net/wan/hostess_sv11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/hostess_sv11.c b/drivers/net/wan/hostess_sv11.c
index 992181ad2cad..fd61a7cc4fdf 100644
--- a/drivers/net/wan/hostess_sv11.c
+++ b/drivers/net/wan/hostess_sv11.c
@@ -151,7 +151,7 @@ static int hostess_ioctl(struct net_device *d, struct ifreq *ifr, int cmd)
*/
static netdev_tx_t hostess_queue_xmit(struct sk_buff *skb,
- struct net_device *d)
+ struct net_device *d)
{
return z8530_queue_xmit(&dev_to_sv(d)->chanA, skb);
}