Re: [PATCH v2 0/2] staging: skein: Fixing various coding style problems

2014-12-30 Thread Jason Cooper
Mathieu, On Mon, Dec 22, 2014 at 08:20:37AM -0700, mathieu.poir...@linaro.org wrote: > From: Mathieu Poirier > > This patchset is fixing miscellaneous coding style problems as reported > by checkpatch. More interesting is the removal of 'do {} while (0) loop' > statements for single line macros

[PATCH v2 0/2] staging: skein: Fixing various coding style problems

2014-12-22 Thread mathieu . poirier
From: Mathieu Poirier This patchset is fixing miscellaneous coding style problems as reported by checkpatch. More interesting is the removal of 'do {} while (0) loop' statements for single line macros. The following provides a guarantee the semantic of the object code hasn't been altered by the