diff options
author | Thierry Reding <treding@nvidia.com> | 2018-05-16 17:58:44 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-05-18 22:51:25 +0300 |
commit | 06490bb99e1840ab2b6814af7356e8b4ab0e3ee6 (patch) | |
tree | 1b7bd2206cae741d1c1f1d6407f73bd5bfb05a39 /include/linux/host1x.h | |
parent | ac330f45c7ca5b92e78b369c7034160947f03b8d (diff) | |
download | linux-06490bb99e1840ab2b6814af7356e8b4ab0e3ee6.tar.xz |
gpu: host1x: Rename relocarray -> relocs for consistency
All other array variables use a plural, and this is the only one using
the *array suffix. This is confusing, so rename it for consistency.
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/linux/host1x.h')
-rw-r--r-- | include/linux/host1x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 0632010f47fb..dcb6140d39d7 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -210,7 +210,7 @@ struct host1x_job { unsigned int num_gathers; /* Array of handles to be pinned & unpinned */ - struct host1x_reloc *relocarray; + struct host1x_reloc *relocs; unsigned int num_relocs; struct host1x_job_unpin_data *unpins; unsigned int num_unpins; |