aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-02 10:49:22 +0200
committerAndy Shevchenko <[email protected]>2024-06-04 10:29:36 +0300
commit632691ad83197227adc902793a2a3e10c04fe9b8 (patch)
tree092d0888c0632d9c0789c167f05cb5e8974a80cb /scripts/gdb/linux/modules.py
parentc56a45064e989998a616aadf88023cc9611416b7 (diff)
auxdisplay: Use sizeof(*pointer) instead of sizeof(type)
It is preferred to use sizeof(*pointer) instead of sizeof(type) due to the type of the variable can change and one needs not change the former (unlike the latter). This patch has no effect on runtime behavior. Signed-off-by: Erick Archer <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions