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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 29 Oct 2014 17:25:48 +0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Mike Roocroft <mike.linux@...nternet.com>
Cc:	fabio.falzoi84@...il.com, micky_ching@...lsil.com.cn,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: rts5208: rtsx_scsi: Fixed a brace coding style
 issue

On Fri, Oct 17, 2014 at 12:30:51AM +0100, Mike Roocroft wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Mike Roocroft <mike.linux@...nternet.com>
> ---
>  drivers/staging/rts5208/rtsx_scsi.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/rts5208/rtsx_scsi.c b/drivers/staging/rts5208/rtsx_scsi.c
> index bbbf796..1161082 100644
> --- a/drivers/staging/rts5208/rtsx_scsi.c
> +++ b/drivers/staging/rts5208/rtsx_scsi.c
> @@ -584,9 +584,8 @@ static int start_stop_unit(struct scsi_cmnd *srb, struct rtsx_chip *chip)
>  
>  	case MAKE_MEDIUM_READY:
>  	case LOAD_MEDIUM:
> -		if (check_card_ready(chip, lun)) {
> +		if (check_card_ready(chip, lun))
>  			return TRANSPORT_GOOD;
> -		}
>  		set_sense_type(chip, lun, SENSE_TYPE_MEDIA_NOT_PRESENT);
>  		TRACE_RET(chip, TRANSPORT_FAILED);
>  
> -- 
> 2.1.2

Does not apply :(
--
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