Re: 2.4.19-pre10-ac2, compile warnings/failures

David Ford (david+cert@blue-labs.org)
Mon, 10 Jun 2002 23:05:54 -0400


My choice was to drop the \n, I don't like very short statements spread
over multiple lines especially if I'm grepping for things.

That's why I chose not to include a \n.

-d

Thunder from the hill wrote:

>Hi,
>
>On Mon, 10 Jun 2002, Jacob Luna Lundberg wrote:
>
>
>>On Mon, 10 Jun 2002, Thunder from the hill wrote:
>>
>>
>>>- printk(KERN_WARNING "i2o: Could not quiesce %s." "
>>>- Verify setup on next system power up.\n", c->name);
>>>+ printk(KERN_WARNING "i2o: Could not quiesce %s."
>>>+ "Verify setup on next system power up.\n",
>>>+ c->name);
>>>
>>>
>>Don't we lose a \n if you do that? Speaking of, is "\n" better, or " "
>>I wonder... ;)
>>
>>
>
>You're right, here comes the accurate version:
>
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/