mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 23:10:03 +02:00
can-calc-bit-timing: fix checkpatch warnings
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -130,7 +130,7 @@ static inline void *netdev_priv(const struct net_device *dev)
|
|||||||
return (void *)&dev->priv;
|
return (void *)&dev->priv;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void print_usage(char* cmd)
|
static void print_usage(char *cmd)
|
||||||
{
|
{
|
||||||
printf("Usage: %s [options] [<CAN-contoller-name>]\n"
|
printf("Usage: %s [options] [<CAN-contoller-name>]\n"
|
||||||
"\tOptions:\n"
|
"\tOptions:\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user