Remove spaces from kernel/setup.c

This commit is contained in:
Rodrigo Arias 2023-03-21 10:25:29 +01:00 committed by Rodrigo Arias Mallo
parent 5556c521a0
commit 9b209fab20

View File

@ -34,11 +34,11 @@ static const int pvt_type[] = {
};
static const char *pcf_prefix[CH_MAX] = {
[CH_CS] = "Kernel context switch",
[CH_CS] = "Kernel context switch",
};
static const struct pcf_value_label kernel_cs_values[] = {
{ ST_CSOUT, "Context switch: Out of the CPU" },
{ ST_CSOUT, "Context switch: Out of the CPU" },
{ -1, NULL },
};