mirror of
https://github.com/torvalds/linux.git
synced 2026-08-07 16:03:49 +02:00
The flush_icache_range() function is implemented as a "function-like
macro with unused parameters", which can result in "unused variables"
warnings.
Replace the macro with a static inline function, as advised by
Documentation/process/coding-style.rst.
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||