mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
1c8a946bf3
The arm64 __page_to_voff() macro takes a parameter called 'page', and
also refers to 'struct page'. Thus, if the value passed in is not
called 'page', we'll refer to the wrong struct name (which might not
exist).
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |