On Tue, May 06, 2014 at 06:32:15PM +0200, Nicolas Joseph wrote:
> WARNING: Missing a blank line after declarations
> 
> Signed-off-by: Nicolas Joseph <nicolas.jos...@homecomputing.fr>
> Acked-by: Jens Frederich <jfreder...@gmail.com>
> ---
>  drivers/staging/olpc_dcon/olpc_dcon.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c 
> b/drivers/staging/olpc_dcon/olpc_dcon.c
> index 26b4ec5..eb83b28 100644
> --- a/drivers/staging/olpc_dcon/olpc_dcon.c
> +++ b/drivers/staging/olpc_dcon/olpc_dcon.c
> @@ -210,6 +210,7 @@ static void dcon_sleep(struct dcon_priv *dcon, bool sleep)
>  
>     if (sleep) {
>         u8 pm = 0;
> +
>         x = olpc_ec_cmd(EC_DCON_POWER_MODE, &pm, 1, NULL, 0);
>         if (x)
>             pr_warn("unable to force dcon to power down: %d!\n", x);

All of the tabs were stripped out and replaced with spaces, making it
impossible to apply this patch :(

Can you please fix up your email client and resend?

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to