All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Beyer <mail@beyermatthias.de>
To: Omar Sandoval <osandov@osandov.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: bcm: sort.c: fix coding style
Date: Sat, 6 Sep 2014 16:25:34 +0200	[thread overview]
Message-ID: <20140906142534.GI28079@fu> (raw)
In-Reply-To: <1409993977-4383-1-git-send-email-osandov@osandov.com>

[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]

Reviewed-by: Matthias Beyer <mail@beyermatthias.de>

On 06-09-2014 01:59:37, Omar Sandoval wrote:
> Fix checkpatch.pl "Alignment should match open parenthesis".
> 
> Signed-off-by: Omar Sandoval <osandov@osandov.com>
> ---
>  drivers/staging/bcm/sort.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/bcm/sort.c b/drivers/staging/bcm/sort.c
> index d518c42..ca0b179 100644
> --- a/drivers/staging/bcm/sort.c
> +++ b/drivers/staging/bcm/sort.c
> @@ -28,7 +28,7 @@ VOID SortPackInfo(struct bcm_mini_adapter *Adapter)
>  			DBG_LVL_ALL, "<=======");
>  
>  	sort(Adapter->PackInfo, NO_OF_QUEUES, sizeof(struct bcm_packet_info),
> -		compare_packet_info, NULL);
> +	     compare_packet_info, NULL);
>  }
>  
>  static int compare_classifiers(void const *a, void const *b)
> @@ -48,5 +48,5 @@ VOID SortClassifiers(struct bcm_mini_adapter *Adapter)
>  			DBG_LVL_ALL, "<=======");
>  
>  	sort(Adapter->astClassifierTable, MAX_CLASSIFIERS,
> -		sizeof(struct bcm_classifier_rule), compare_classifiers, NULL);
> +	     sizeof(struct bcm_classifier_rule), compare_classifiers, NULL);
>  }
> -- 
> 2.1.0
> 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Proudly sent with mutt.
Happily signed with gnupg.

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2014-09-06 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-06  8:59 [PATCH] staging: bcm: sort.c: fix coding style Omar Sandoval
2014-09-06 14:25 ` Matthias Beyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140906142534.GI28079@fu \
    --to=mail@beyermatthias.de \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=osandov@osandov.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.