On 04/02/21 1:09 pm, Naveen N. Rao wrote: > [...] > > I'm afraid there is one more thing. scripts/checkpatch.pl reports: > > WARNING: 'an userspace' may be misspelled - perhaps 'a userspace'? > #52: > While an userspace program having an instruction word like > ^^^^^^^^^^^^ > > ERROR: switch and case should be at the same indent > #96: FILE: arch/powerpc/lib/sstep.c:3021: > + switch (GETTYPE(op->type)) { > + case LOAD: > [...] > + case STORE: > + case LOAD_FP: > + case STORE_FP: > >
Yikes! Thanks for pointing that out. Sending v4. - Sandipan