diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-04-11 14:48:23 +0300 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2023-05-29 23:41:29 +0900 |
commit | ef753fb4e86607afc6228d8632705122bc67f29a (patch) | |
tree | c793159807c08c491936a502673c384c05ab89a3 /drivers/iommu/intel | |
parent | 7bba9e81a6fbf00daa4063c41da6b250d339f43b (diff) |
extcon: 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: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/iommu/intel')
0 files changed, 0 insertions, 0 deletions