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
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"
2 matches
Mail list logo