From: Sergio Paracuellos Date: Fri, 6 Apr 2018 12:37:48 +0000 (+0200) Subject: staging: ks7010: remove nonsense comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4844d6f875ef3d8201f1d049705f0349c7817b8;p=linux.git staging: ks7010: remove nonsense comment This commit removes a comment which has nonsense because it is obvious what the code does just reading SET_NETDEV_DEV declaration. This also fixes a checkpatch warning because a line longer than 80 characters. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c index ec2e9bf395b1d..2f709ae68ee26 100644 --- a/drivers/staging/ks7010/ks7010_sdio.c +++ b/drivers/staging/ks7010/ks7010_sdio.c @@ -952,7 +952,7 @@ static int ks7010_sdio_probe(struct sdio_func *func, priv = netdev_priv(netdev); card->priv = priv; - SET_NETDEV_DEV(netdev, &card->func->dev); /* for create sysfs symlinks */ + SET_NETDEV_DEV(netdev, &card->func->dev); ks7010_private_init(priv, card, netdev);