mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
sizeof when applied to a pointer typed expression gives the size of
the pointer.
./drivers/firmware/psci/psci_checker.c:158:41-47: ERROR application of sizeof to pointer
This issue was detected with the help of Coccinelle.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| psci.c | ||
| psci_checker.c | ||