Kernel: Remove duplicate access specifier in DevTmpFSInode

As per clang-tidy.
This commit is contained in:
Hendiadyoin1 2021-12-15 15:02:53 +01:00 committed by Brian Gianforcaro
parent 47a39e425c
commit 30458a6600
Notes: sideshowbarker 2024-07-17 22:45:04 +09:00

View File

@ -67,7 +67,6 @@ protected:
const unsigned m_major_number { 0 };
const unsigned m_minor_number { 0 };
protected:
enum class Type {
BlockDevice,
CharacterDevice,