Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon/r100: Clean up errors in r100.c

Fix the following errors reported by checkpatch:

ERROR: spaces required around that '+=' (ctx:VxV)o

Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

GuoHua Chen and committed by
Alex Deucher
1e68ffdc c4769ac4

+1 -1
+1 -1
drivers/gpu/drm/radeon/r100.c
··· 1327 1327 return -EINVAL; 1328 1328 } 1329 1329 track->num_arrays = c; 1330 - for (i = 0; i < (c - 1); i+=2, idx+=3) { 1330 + for (i = 0; i < (c - 1); i += 2, idx += 3) { 1331 1331 r = radeon_cs_packet_next_reloc(p, &reloc, 0); 1332 1332 if (r) { 1333 1333 DRM_ERROR("No reloc for packet3 %d\n",