diff options
author | Brian Behlendorf <[email protected]> | 2020-06-27 17:33:30 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-06-27 17:38:55 -0700 |
commit | 67b1362f0492dc398b842d17d8aab59aa2272802 (patch) | |
tree | 70177815fdc2dadb236f2e8279b107cf846cd65f /include/os | |
parent | 3bc92b9ef6557efae00d37320db2548ec9bc0a56 (diff) |
Style fixes
* Fix cstyle issue in shrinker.h which exceeded 80 columns.
* Silence shellcheck warning in zpool.d/smart script.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/os')
-rw-r--r-- | include/os/linux/spl/sys/shrinker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os/linux/spl/sys/shrinker.h b/include/os/linux/spl/sys/shrinker.h index e608cd30c..e519a527c 100644 --- a/include/os/linux/spl/sys/shrinker.h +++ b/include/os/linux/spl/sys/shrinker.h @@ -97,7 +97,7 @@ static struct shrinker varname = { \ static struct shrinker varname = { \ .count_objects = countfunc, \ .scan_objects = scanfunc, \ - .seeks = seek_cost \ + .seeks = seek_cost \ } #else |