From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Linuxppc-dev@ozlabs.org In-Reply-To: <18390.9137.626123.104628@cargo.ozlabs.ibm.com> References: <47B90F55.2080606@austin.ibm.com> <1203641584.15378.2.camel@concordia.ozlabs.ibm.com> <47C74A66.1060105@austin.ibm.com> <47C75189.4070801@austin.ibm.com> Message-Id: From: Dale Farnsworth Date: Tue, 11 Mar 2008 09:44:09 -0700 Subject: Re: [PATCH 3/8] pseries: phyp dump: use sysfs to release reserved mem List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Paul wrote: > Manish Ahuja writes: > > + 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