1 --- iproute2-6.11.0.orig/ip/iplink_can.c 2024-09-15 21:42:26.000000000 +0200
2 +++ iproute2-6.11.0/ip/iplink_can.c 2024-09-24 09:43:33.522450056 +0200
3 @@ -137,7 +137,7 @@ static int can_parse_opt(struct link_uti
4 if (get_u32(&bt.bitrate, *argv, 0))
5 invarg("invalid \"bitrate\" value\n", *argv);
6 } else if (matches(*argv, "sample-point") == 0) {
11 if (get_float(&sp, *argv))