Re: checkpatch not warning for some split strings

2013-12-02 Thread Josh Triplett
On Mon, Dec 02, 2013 at 01:23:58PM -0800, Joe Perches wrote: > Hey Josh. > > Back when you added commit ca56dc098ca > ("checkpatch: check for quoted strings broken across lines") > > You added this test case: > > Test case: > > void context(void) > { > struct { unsigned

checkpatch not warning for some split strings

2013-12-02 Thread Joe Perches
Hey Josh. Back when you added commit ca56dc098ca ("checkpatch: check for quoted strings broken across lines") You added this test case: Test case: void context(void) { struct { unsigned magic; const char *strdata; } foo[] = { { 42, "these strings"