diff options
| author | Manuel Ebner <manuelebner@mailbox.org> | 2026-04-29 09:23:21 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-05-03 08:55:13 -0600 |
| commit | f61bf5fdf77d8871391a8c25af75c4cad96012e9 (patch) | |
| tree | f7dac65815103f9c12001519be9c12f21b87a677 /scripts/Makefile.thinlto | |
| parent | 7c6d969d5349c40348276d5c301b2d200afa623d (diff) | |
Documentation: RCU: adopt new coding style of type-aware kmalloc-family
Update Documentation/RCU/* to reflect new type-aware kmalloc-family
as suggested in commit 2932ba8d9c99 ("slab: Introduce kmalloc_obj()
and family")
ptr = kmalloc(sizeof(*ptr), gfp);
-> ptr = kmalloc_obj(*ptr, gfp);
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: SeongJae Park <sj@kernel.org>
Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260429072320.310817-2-manuelebner@mailbox.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
