Boaz Harrosh [off-list ref] writes:
On 08/26/2011 02:16 PM, René Scharfe wrote:
quoted
Am 25.08.2011 21:14, schrieb Boaz Harrosh:
Cheap trick: change your coding style to place a single space before
labels instead of having them start right at the beginning of a line.
René
Nope, does not work! and I have no choice about it, it's Linux coding
style
I too thought it was in the Documentation/CodingStyle, but I don't find it
in my copy. "Chapter 7" has an example of using goto and it does have
label at the left edge of the page without indentation, but does not seem
to say it should not be indented.
Taken together with the output from "grep '#goto label' scripts/checkpatch.pl"
I concluded that "it's Linux coding style" was a myth.