These patches fix the checkpath warnings and errors in drm_agpsupport.c
changes in v2: -Changed the commit subject prefix to follow the style used in drm. -Combine multiple redundant if conditions to a single condition in patch 3.
Meghana Madhyastha (3): drm: Move EXPORT_SYMBOL so that it immediately follows its function drm: Replace "foo * bar" with "foo *bar" drm: Remove assignment in if condition
drivers/gpu/drm/drm_agpsupport.c | 45 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-)