lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 18 Jun 2014 15:25:37 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Benedict Boerger <benedict.boerger@...tu-dortmund.de>
Cc:	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH] staging: keucr: fix Missing blank line after declarations

On Sat, Jun 14, 2014 at 09:39:53PM +0200, Benedict Boerger wrote:
> fix two Missing blank line after declarations issue reported by checkpatch.pl
> 
> Done to complete an eudyptula task.
> 
> Signed-off-by: Benedict Boerger <benedict.boerger@...tu-dortmund.de>
> ---
>  drivers/staging/keucr/usb.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/staging/keucr/usb.c b/drivers/staging/keucr/usb.c
> index 12ebde7..dbbd63f 100644
> --- a/drivers/staging/keucr/usb.c
> +++ b/drivers/staging/keucr/usb.c
> @@ -37,6 +37,7 @@ MODULE_DEVICE_TABLE(usb, eucr_usb_ids);
>  static int eucr_suspend(struct usb_interface *iface, pm_message_t message)
>  {
>  	struct us_data *us = usb_get_intfdata(iface);
> +
>  	pr_info("--- eucr_suspend ---\n");
>  	/* Wait until no command is running */
>  	mutex_lock(&us->dev_mutex);
> @@ -53,6 +54,7 @@ static int eucr_resume(struct usb_interface *iface)
>  	u8    tmp = 0;
>  
>  	struct us_data *us = usb_get_intfdata(iface);
> +
>  	pr_info("--- eucr_resume---\n");
>  	mutex_lock(&us->dev_mutex);
>  

Sorry, someone beat you to this file by 2 days, and the fix is now in my
tree :(

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ