diff options
author | Jani Nikula <[email protected]> | 2019-01-18 14:01:20 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2019-01-21 11:09:07 +0200 |
commit | 5ce9a6497914b21ca995ebbc0322b287b28176e8 (patch) | |
tree | 1ff30682c968e5271329c8e800091981a9271c87 /scripts/bpf_helpers_doc.py | |
parent | 129fe7516b233892eb6ded103b10c61d9a0a52cb (diff) |
drm/i915/pm: switch to kernel types
Mixed C99 and kernel types use is getting ugly. Prefer kernel types.
sed -i 's/\buint\(8\|16\|32\|64\)_t\b/u\1/g'
Minor checkpatch fixes sprinkled on top of the changed lines.
Acked-by: Chris Wilson <[email protected]>
Acked-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Reviewed-by: José Roberto de Souza <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions