xtensa: clean up files to make them code-style compliant
Remove heading and trailing spaces, trim trailing lines, and wrap lines that are longer than 80 characters. Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
@@ -108,7 +108,7 @@ void coprocessor_flush_all(struct thread_info *ti)
|
||||
|
||||
void cpu_idle(void)
|
||||
{
|
||||
local_irq_enable();
|
||||
local_irq_enable();
|
||||
|
||||
/* endless idle loop with no priority at all */
|
||||
while (1) {
|
||||
|
Reference in New Issue
Block a user