[PATCH 3/4] GPU-DRM-Etnaviv: Rename jump labels

2016-07-22 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 22 Jul 2016 16:51:00 +0200 Adjust jump targets according to the Linux coding style convention. Signed-off-by: Markus Elfring --- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/

[PATCH 3/4] GPU-DRM-Etnaviv: Rename jump labels

2016-07-22 Thread Sean Paul
On Fri, Jul 22, 2016 at 11:50 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 22 Jul 2016 16:51:00 +0200 > > Adjust jump targets according to the Linux coding style convention. > I'm not convinced the old labels are really that bad, tbh. Sean > Signed-off-by: Markus Elfring >