commit | e281a060651075c5e49fa1416b99c6c75e325e8c | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@google.com> | Thu Apr 27 03:12:00 2023 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 27 03:12:00 2023 +0000 |
tree | 419417981f5249b90c31ed68002aa3ecb7eda169 | |
parent | 0a0c00fff7e6442b266c3f0f9d8f600d41bafff8 [diff] |
[intel-i915] Code style cleanup for config stamp sequence number related values. The C++ style requires "Do not abbreviate by deleting letters within a word". This change changes naming of variables storing sequence number of config stamps (associated with images, etc.). The C++ style discourages usage of unsigned integers, especially for arithmetics. This change changes all the sequence numbers to int64_t instead. Bug: 126254 Change-Id: I1a2bf2d0fcea86017bde3e83b9efd11f5d2aadc4 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/846771 Fuchsia-Auto-Submit: Victor Costan <costan@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Victor Costan <costan@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.