Re: [PATCH 3/8] pseries: phyp dump: use sysfs to release reserved mem
From: Dale Farnsworth <hidden>
Date: 2008-03-11 16:44:09
From: Dale Farnsworth <hidden>
Date: 2008-03-11 16:44:09
Paul wrote:
Manish Ahuja writes:quoted
+ dump_header = of_get_property(rtas, "ibm,kernel-dump", + &header_len);This is a somewhat weird-looking way of coping with too-long lines.
Yes, but not too surprising, since it precisely follows the recommendation (and the example) in Chapter 2 of Documentation/CodingStyle. :) -Dale