[PATCH 2/4] Staging: lustre: namei.c: fix "foo * bar" should be "foo *bar"

2015-03-18 Thread Maxime Lorrillere
From: Laure Millet This patch fixes a coding style error in a pointer declaration. Signed-off-by: Laure Millet Signed-off-by: Maxime Lorrillere --- drivers/staging/lustre/lustre/llite/namei.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/4] Staging: lustre: namei.c: fix foo * bar should be foo *bar

2015-03-18 Thread Maxime Lorrillere
From: Laure Millet laure.mil...@lip6.fr This patch fixes a coding style error in a pointer declaration. Signed-off-by: Laure Millet laure.mil...@lip6.fr Signed-off-by: Maxime Lorrillere maxime.lorrill...@lip6.fr --- drivers/staging/lustre/lustre/llite/namei.c |2 +- 1 file changed, 1