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/