Re: [PATCH] ARC: dw2 unwind: use swap() to make code cleaner

2021-12-28 Thread Vineet Gupta
On 11/9/21 9:56 PM, cgel@gmail.com wrote: From: Ye Guojin This was found by coccicheck: ./arch/arc/kernel/unwind.c, 251, 22-23, WARNING opportunity for swap() ./arch/arc/kernel/unwind.c, 254, 18-19, WARNING opportunity for swap() Addtionally, adjust the sequence of header files to be arran

[PATCH] ARC: dw2 unwind: use swap() to make code cleaner

2021-11-09 Thread cgel . zte
From: Ye Guojin This was found by coccicheck: ./arch/arc/kernel/unwind.c, 251, 22-23, WARNING opportunity for swap() ./arch/arc/kernel/unwind.c, 254, 18-19, WARNING opportunity for swap() Addtionally, adjust the sequence of header files to be arranged in alphabetical order. Reported-by: Zeal Ro