diff options
author | 2022-08-31 17:03:26 +0300 | |
---|---|---|
committer | 2022-09-03 20:53:17 +0200 | |
commit | 895a4d6ce17b377316ebe7e7090efc1ce9ffd1fe (patch) | |
tree | 891e8d9f1aee83be77a73aa7e0a6f293d4f4f358 /drivers/fpga/fpga-bridge.c | |
parent | ACPI: platform: Remove redundant print on -ENOMEM (diff) | |
download | wireguard-linux-895a4d6ce17b377316ebe7e7090efc1ce9ffd1fe.tar.xz wireguard-linux-895a4d6ce17b377316ebe7e7090efc1ce9ffd1fe.zip |
ACPI: platform: Use sizeof(*pointer) instead of sizeof(type)
It is preferred to use sizeof(*pointer) instead of sizeof(type).
The type of the variable can change and one needs not change
the former (unlike the latter). No functional change intended.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions