mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-30 13:38:40 +00:00
staging: lustre: lnet: lnet: Fix quoted string split warning.
This patch fixes "quoted string split across lines" checkpatch.pl warning in lib-eq.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3e9cc5b045
commit
a446b47d5d
@ -82,10 +82,7 @@ LNetEQAlloc(unsigned int count, lnet_eq_handler_t callback,
|
||||
count = cfs_power2_roundup(count);
|
||||
|
||||
if (callback != LNET_EQ_HANDLER_NONE && count != 0) {
|
||||
CWARN("EQ callback is guaranteed to get every event, "
|
||||
"do you still want to set eqcount %d for polling "
|
||||
"event which will have locking overhead? "
|
||||
"Please contact with developer to confirm\n", count);
|
||||
CWARN("EQ callback is guaranteed to get every event, do you still want to set eqcount %d for polling event which will have locking overhead? Please contact with developer to confirm\n", count);
|
||||
}
|
||||
|
||||
/* count can be 0 if only need callback, we can eliminate
|
||||
|
Loading…
Reference in New Issue
Block a user