mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:37:34 +00:00
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
There's no need to specify the type of the member in it's name, especially not in shorthand format.
This commit is contained in:
parent
be81278634
commit
f9528f1882
4 changed files with 5 additions and 5 deletions
|
@ -69,7 +69,7 @@ ProcessorInfo::ProcessorInfo(Processor& processor)
|
|||
copy_brand_string_part_to_buffer(0);
|
||||
copy_brand_string_part_to_buffer(1);
|
||||
copy_brand_string_part_to_buffer(2);
|
||||
m_brandstr = buffer;
|
||||
m_brand = buffer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue