diff options
author | Andy Shevchenko <[email protected]> | 2023-04-11 14:48:23 +0300 |
---|---|---|
committer | Chanwoo Choi <[email protected]> | 2023-05-29 23:41:29 +0900 |
commit | ef753fb4e86607afc6228d8632705122bc67f29a (patch) | |
tree | c793159807c08c491936a502673c384c05ab89a3 /net/lapb/lapb_subr.c | |
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 <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions