mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
canfdtest: compare_frame(): remove stray space in front of "!"
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ static void compare_frame(struct can_frame *exp, struct can_frame *rec, int inc)
|
|||||||
} else {
|
} else {
|
||||||
for (i = 0; i < rec->can_dlc; i++) {
|
for (i = 0; i < rec->can_dlc; i++) {
|
||||||
if (rec->data[i] != ((exp->data[i] + inc) & 0xff)) {
|
if (rec->data[i] != ((exp->data[i] + inc) & 0xff)) {
|
||||||
printf("Databyte %x mismatch !\n", i);
|
printf("Databyte %x mismatch!\n", i);
|
||||||
print_compare(exp,
|
print_compare(exp,
|
||||||
rec, inc);
|
rec, inc);
|
||||||
running = 0;
|
running = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user