[PATCH] staging: rtl8821ae: Remove space after unary operator in efuse.c

2014-09-15 Thread Fabien Malfoy
Several pointer declaration syntax have been fixed to match the coding style. Signed-off-by: Fabien Malfoy --- drivers/staging/rtl8821ae/efuse.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8821ae/efuse.c b/drivers/staging/rtl8821ae

[PATCH] staging: rtl8821ae: Remove space after unary operator in efuse.c

2014-09-15 Thread Fabien Malfoy
Several pointer declaration syntax have been fixed to match the coding style. Signed-off-by: Fabien Malfoy --- drivers/staging/rtl8821ae/efuse.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8821ae/efuse.c b/drivers/staging/rtl8821ae

[PATCH] Fix a coding style problem

2014-09-12 Thread Fabien Malfoy
From 9d5063797464f03b87a9b157eed94c25ef22b1c5 Mon Sep 17 00:00:00 2001 From: Fabien Malfoy Date: Sat, 13 Sep 2014 00:22:54 +0200 Subject: [PATCH] Fix a coding style problem Several pointer declaration syntax have been fixed to match the coding style. Signed-off-by: Fabien Malfoy