mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
A number of allocation helper functions were converted into macros to
account them at the call sites. Add a comment for each converted
allocation helper explaining why it has to be a macro and why we typecast
the return value wherever required. The patch also moves
acpi_os_acquire_object() closer to other allocation helpers to group them
together under the same comment. The patch has no functional changes.
Link: https://lkml.kernel.org/r/20240703174225.3891393-1-surenb@google.com
Fixes:
|
||
|---|---|---|
| .. | ||
| acenv.h | ||
| acenvex.h | ||
| acgcc.h | ||
| acgccex.h | ||
| aclinux.h | ||
| aclinuxex.h | ||
| aczephyr.h | ||