[PATCH v2 0/3] drm: Code cleanup

2017-09-14 Thread Meghana Madhyastha
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

Re: [Outreachy kernel] [PATCH v2 0/3] drm: Code cleanup

2017-09-13 Thread Sean Paul
On Wed, Sep 13, 2017 at 12:12 PM, Meghana Madhyastha wrote: > 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 >