mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -8,7 +8,7 @@ mem - physical system memory
|
|||
the physical memory.
|
||||
|
||||
Trying to [`mmap`(2)](../mmap.md) a physical range results either with success,
|
||||
or with an error. When invoking [`mmap`(2)](../mmap.md) on bad memory range,
|
||||
or with an error. When invoking [`mmap`(2)](../mmap.md) on bad memory range,
|
||||
the kernel will write a message about it to the kernel log.
|
||||
|
||||
By default, the kernel limits the areas which can be accessed. The allowed areas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue