Re: [PATCH] Staging: rts5139: Fixed style issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jan 06, 2014 at 07:05:09AM -0700, Morgan Creekmore wrote:
> Fixed style issues for lines over 80 chars
> 
> Signed-off-by: Morgan Creekmore <gamingrobot@xxxxxxxxx>
> ---
>  drivers/staging/rts5139/rts51x_card.c | 10 +++++-----
>  drivers/staging/rts5139/rts51x_card.h |  8 ++++----
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/staging/rts5139/rts51x_card.c b/drivers/staging/rts5139/rts51x_card.c
> index 509d83e..03456d9 100644
> --- a/drivers/staging/rts5139/rts51x_card.c
> +++ b/drivers/staging/rts5139/rts51x_card.c
> @@ -373,7 +373,7 @@ void rts51x_release_cards(struct rts51x_chip *chip)
>  
>  static inline u8 double_depth(u8 depth)
>  {
> -	return ((depth > 1) ? (depth - 1) : depth);
> +	return (depth > 1) ? (depth - 1) : depth;

This fix isn't what you said you were doing in the above changelog
description :(

Please be correct in your changelogs.

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




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux