Commit 6b76c10
fabrics: rename first argument for argument macros
The first argument of the macros is the nvme_root_t variable.
build_options is using 'r' as variable name for this type, thus the
macro still worked even though the first argument was called 'o'.
Let's rename it so it matches the actual use.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 2201d13 commit 6b76c10
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
0 commit comments