diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-02-01 22:31:43 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 14:23:06 -0500 |
commit | 8ca817c43e12847be182e0bbff9b59398373a3b8 (patch) | |
tree | 9910d751c356b2241e8ec4f502e5274afdce50dc /drivers/md/dm-ps-service-time.c | |
parent | beecc8438c6c2089b0a1f82720530c82da5765bc (diff) |
dm: avoid spaces before function arguments or in favour of tabs
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-ps-service-time.c')
-rw-r--r-- | drivers/md/dm-ps-service-time.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/md/dm-ps-service-time.c b/drivers/md/dm-ps-service-time.c index b623336ae559..969d31c40272 100644 --- a/drivers/md/dm-ps-service-time.c +++ b/drivers/md/dm-ps-service-time.c @@ -121,11 +121,11 @@ static int st_add_path(struct path_selector *ps, struct dm_path *path, /* * Arguments: [<repeat_count> [<relative_throughput>]] - * <repeat_count>: The number of I/Os before switching path. - * If not given, default (ST_MIN_IO) is used. - * <relative_throughput>: The relative throughput value of + * <repeat_count>: The number of I/Os before switching path. + * If not given, default (ST_MIN_IO) is used. + * <relative_throughput>: The relative throughput value of * the path among all paths in the path-group. - * The valid range: 0-<ST_MAX_RELATIVE_THROUGHPUT> + * The valid range: 0-<ST_MAX_RELATIVE_THROUGHPUT> * If not given, minimum value '1' is used. * If '0' is given, the path isn't selected while * other paths having a positive value are available. |