aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2023-10-16 16:31:35 +0300
committerGreg Kroah-Hartman <[email protected]>2023-10-18 10:02:52 +0200
commitf7572e93d5f6bc4f659d2a9b603574cd126482d8 (patch)
tree8c98b5169cfed95386a093e1968b206d22c44c16 /scripts/generate_rust_analyzer.py
parentb8cb855d1b2ee6669e46c54a132024bd1dd0dcbb (diff)
parport: Drop unneeded NULL or 0 assignments
kzalloc() gives us a zeroed memory, no need to explicitly assing 0 or NULL or similar to the members of the data structure that has been allocated with the above mentioned API. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions