lkml.org 
[lkml]   [2005]   [Oct]   [12]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateWed, 12 Oct 2005 09:34:38 +0200
FromEric Piel <>
SubjectRe: [PATCH] ppc64: Thermal control for SMU based machines
12.10.2005 02:23, Benjamin Herrenschmidt wrote/a écrit:
> On Tue, 2005-10-11 at 17:10 -0700, Andrew Morton wrote:
> 
> 
>>>+
>>>+	/* Alloc & initialize state */
>>>+	wf_smu_sys_fans = kmalloc(sizeof(struct wf_smu_sys_fans_state),
>>>+					GFP_KERNEL);
>>>+	if (wf_smu_sys_fans == NULL) {
>>>+		printk(KERN_WARNING "windfarm: Memory allocation error"
>>>+		       " max fan speed\n");
>>>+		goto fail;
>>>+	}
>>>+       	wf_smu_sys_fans->ticks = 1;
>>
>>whitespace broke.
> 
> 
> How so ? You mean the GFP_KERNEL a little bit too much on the right ? :)
> 
I think Andrew was talking about the spaces instead of tabs on the last 
line.

Eric
-
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/

\
 
 \ /
  Last update: 2005-10-12 05:37    [W:0.248 / U:0.140 seconds]
©2003-2008 Jasper Spaans