mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
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>