Re: [Xen-devel] [PATCH for-4.13] tools: Fix local variable block

2019-11-07 Thread Jürgen Groß
On 01.11.19 20:13, Andrew Cooper wrote: c-indent-level isn't considered a safe variable, and "solaris" isn't a recognised C style. Both cause prompts when opening the files. Fix all blocks up per CODING_STYLE Signed-off-by: Andrew Cooper Release-acked-by: Juergen Gross Juergen _

Re: [Xen-devel] [PATCH for-4.13] tools: Fix local variable block

2019-11-02 Thread Wei Liu
On Fri, Nov 01, 2019 at 07:13:55PM +, Andrew Cooper wrote: > c-indent-level isn't considered a safe variable, and "solaris" isn't a > recognised C style. Both cause prompts when opening the files. > > Fix all blocks up per CODING_STYLE > > Signed-off-by: Andrew Cooper Acked-by: Wei Liu _

[Xen-devel] [PATCH for-4.13] tools: Fix local variable block

2019-11-01 Thread Andrew Cooper
c-indent-level isn't considered a safe variable, and "solaris" isn't a recognised C style. Both cause prompts when opening the files. Fix all blocks up per CODING_STYLE Signed-off-by: Andrew Cooper --- CC: Ian Jackson CC: Wei Liu CC: Juergen Gross This finally irritated me to the point at w