From: Paul M. <le...@li...> - 2007-08-24 08:39:03
|
On Thu, Aug 23, 2007 at 02:35:36PM -0700, Kristoffer Ericson wrote: > + if(!APM_DISABLED) > + apm_queue_event(APM_USER_SUSPEND); > + /* apm_suspended (SH) -> apm_disabled (ARM) > + and it is now handled by the driver itself */ > return IRQ_HANDLED; > } > This is totally whitespace damaged. Please run your patches through scripts/checkpatch.pl. |