OSDN Git Service

staging: lustre: added a space between concatenated strings
authorMario Bambagini <mario.bambagini@gmail.com>
Tue, 28 Jul 2015 20:08:52 +0000 (22:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 22:57:35 +0000 (15:57 -0700)
commit01eb73d53070ca2c7a75c272291a79613604cd97
tree01f13f9937f2a75edd0daed29b6b2fb2b069a5ec
parent911677393b13a3f2fc6db2e297b336fb2669f0f1
staging: lustre: added a space between concatenated strings

A space has been inserted between two concatenated strings as required from
checkpatch.pl

These two updates do not lead to any problem as DFID is defined as a
string in ./drivers/staging/lustre/lustre/include/lustre/lustre_user.h

The script checkpatch.pl does not return any other warning/error.

Signed-off-by: Mario Bambagini <mario.bambagini@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_capa.c