diff options
author | Christoph Hellwig <hch@lst.de> | 2019-02-04 16:31:04 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-04 10:59:50 -0500 |
commit | 77000bc43da17d5d6bc4ebfaf44d52d43bb69492 (patch) | |
tree | 928d19f948196f56d29b8e7b07960839b6ed8705 /.clang-format | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-rt-77000bc43da17d5d6bc4ebfaf44d52d43bb69492.tar.gz |
uio: remove the unused iov_for_each macro
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index e6080f5834a3..c144d9c24d5d 100644 --- a/.clang-format +++ b/.clang-format @@ -259,7 +259,6 @@ ForEachMacros: - 'idr_for_each_entry_ul' - 'inet_bind_bucket_for_each' - 'inet_lhash2_for_each_icsk_rcu' - - 'iov_for_each' - 'key_for_each' - 'key_for_each_safe' - 'klp_for_each_func' |