mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
259cee1c24
When doing sizeof() and giving as argument a dereference of a pointer-to-a-pointer object, clang will issue a warning. Eliminate the warning by passing struct <name>* Signed-off-by: Oded Gabbay <ogabbay@kernel.org>