]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
can: tcan4x5x: cdev_to_priv(): remove stray empty line
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 19 Aug 2021 09:48:45 +0000 (11:48 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 19 Aug 2021 13:07:04 +0000 (15:07 +0200)
This patch removes a stray empty line in the cdev_to_priv() function.

Fixes: ac33ffd3e2b0 ("can: m_can: let m_can_class_allocate_dev() allocate driver specific private data")
Link: https://lore.kernel.org/r/20210819111703.599686-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/m_can/tcan4x5x-core.c

index 4147cecfbbd6dbd8e2207de82b728eed7dd2625d..a4cbfedb6621bad66fe39c964127e7bd957ca0b0 100644 (file)
 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev)
 {
        return container_of(cdev, struct tcan4x5x_priv, cdev);
-
 }
 
 static void tcan4x5x_check_wake(struct tcan4x5x_priv *priv)