[PATCH 1/4] GPU: drm: Fixed Spacing issue

2018-03-22 Thread Paul McQuade
"foo * bar" should be "foo *bar" Signed-off-by: Paul McQuade --- drivers/gpu/drm/drm_bufs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_bufs.c b/drivers/gpu/drm/drm_bufs.c index 1ee84dd802d4..83b3d0801262 100644 --- a/drivers/gpu/drm/drm_bufs.c

Re: [PATCH 1/4] GPU: drm: Fixed Spacing issue

2018-03-19 Thread Sean Paul
On Mon, Mar 19, 2018 at 12:52:22AM +, Paul McQuade wrote: > "foo * bar" should be "foo *bar" > > Signed-off-by: Paul McQuade Thank you for your patches. I've squashed them all into one, fixed up the commit message and applied them to drm-misc-next. Sean > --- > drivers/gpu/drm/drm_bufs.c