mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 01:53:20 -04:00
Staging: lustre: Removed space prohibited
WARNING: space prohibited before that '--' Removed space prohibited. That was found by running checkpatch. Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
295ce74f95
commit
5dd70706cf
@@ -1839,7 +1839,7 @@ static int __req_capsule_offset(const struct req_capsule *pill,
|
||||
LASSERTF(offset > 0, "%s:%s, off=%d, loc=%d\n",
|
||||
pill->rc_fmt->rf_name,
|
||||
field->rmf_name, offset, loc);
|
||||
offset --;
|
||||
offset--;
|
||||
|
||||
LASSERT(0 <= offset && offset < REQ_MAX_FIELD_NR);
|
||||
return offset;
|
||||
|
||||
Reference in New Issue
Block a user