[PATCH] staging: rtl8712: usb_ops_linux: fixed a comparison coding style issue

2015-09-13 Thread Samuel Dominguez Lorenzo
Fixed a coding style issue where a comparison had the constant on the left side of the test instead of being on the right side of it. Signed-off-by: Samuel Dominguez Lorenzo --- drivers/staging/rtl8712/usb_ops_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH] staging: lustre: lnet: lnet: fixed space coding style issues

2013-12-05 Thread Samuel Dominguez
From: Samuel Domínguez Fixed a coding style issue with spaces between function names and arguments: func (x) -> func(x) Signed-off-by: Samuel Dominguez --- drivers/staging/lustre/lnet/lnet/lib-msg.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/stag

[PATCH] staging: lustre: lnet: lnet: fixed space coding style issues

2013-12-04 Thread Samuel Dominguez
>From 187369f55f9f9bc58c87fc1ac118143db5735033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Dom=C3=ADnguez?= Date: Wed, 4 Dec 2013 20:35:41 + Subject: [PATCH] staging: lustre: lnet: lnet: fixed space coding style issues Fixed a coding style issue. Signed-off-by: Samuel Doming