mp_x86: Trim trailing whitespaces.

MFC after:		1 week
This commit is contained in:
Dmitry Chagin 2023-01-29 16:18:39 +03:00
parent e4754c8036
commit 290afc5d55

View File

@ -1713,7 +1713,7 @@ mp_ipi_intrcnt(void *dummy)
intrcnt_add(buf, &ipi_rendezvous_counts[i]);
snprintf(buf, sizeof(buf), "cpu%d:hardclock", i);
intrcnt_add(buf, &ipi_hardclock_counts[i]);
}
}
}
SYSINIT(mp_ipi_intrcnt, SI_SUB_INTR, SI_ORDER_MIDDLE, mp_ipi_intrcnt, NULL);
#endif