summaryrefslogtreecommitdiff
path: root/Kernel/Bus/PCI/API.cpp
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-04-07 14:49:49 +0300
committerAndreas Kling <kling@serenityos.org>2023-04-08 13:44:21 +0200
commit7b745a20f17a4212debd153f66337980b93e830b (patch)
treedb51b399688e22d760c6a4844b1d5790dcf5b189 /Kernel/Bus/PCI/API.cpp
parente1f5aae632ceac5dd615991a61058ba17bab402a (diff)
downloadserenity-7b745a20f17a4212debd153f66337980b93e830b.zip
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
These were easy to pick-up as these pointers are assigned during the construction point and are never changed afterwards. This small change to these pointers will ensure that our code will not accidentally assign these pointers with a new object which is always a kind of bug we will want to prevent.
Diffstat (limited to 'Kernel/Bus/PCI/API.cpp')
0 files changed, 0 insertions, 0 deletions