public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: bcm: sort.c: fix coding style
@ 2014-09-06  8:59 Omar Sandoval
  2014-09-06 14:25 ` Matthias Beyer
  0 siblings, 1 reply; 2+ messages in thread
From: Omar Sandoval @ 2014-09-06  8:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, linux-kernel; +Cc: Omar Sandoval

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: bcm: sort.c: fix coding style
  2014-09-06  8:59 [PATCH] staging: bcm: sort.c: fix coding style Omar Sandoval
@ 2014-09-06 14:25 ` Matthias Beyer
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Beyer @ 2014-09-06 14:25 UTC (permalink / raw)
  To: Omar Sandoval; +Cc: Greg Kroah-Hartman, devel, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-06 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06  8:59 [PATCH] staging: bcm: sort.c: fix coding style Omar Sandoval
2014-09-06 14:25 ` Matthias Beyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox