[roll] Roll fuchsia [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.

Original-Bug: 126254
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/846771
Original-Revision: e281a060651075c5e49fa1416b99c6c75e325e8c
GitOrigin-RevId: bf6ae66f403af2366f6261870ed1077f3518f193
Change-Id: I5f38dab0133131d1ddff1d63c6281c6c30586ef6
1 file changed
tree: b91da95a7069e8ec21cbf63b62348eebeefdd8f7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.