diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-12 05:22:31 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-14 15:35:03 +0200 |
commit | bd4894d2596168b3435fb93b9e53dad84b2dcc7e (patch) | |
tree | f17e9bdd1f2a5e61979c1084a514a021c86a33a2 /Documentation/guides | |
parent | 008f2a55d141d4e5257ed83e7714d88734d67dde (diff) |
android: camera_device: Replace auto with explicit type
The auto keyword facilitates writing code. It avoids typing out very
long types, which can make the code more readable, but it can also have
a negative impact on readability as it requires the reader (including
reviewers) to look up the type of the variable.
Replace one occurrence of auto with the explicit type where doing so
doesn't require a long type name.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'Documentation/guides')
0 files changed, 0 insertions, 0 deletions