OSDN Git Service

drm/nouveau/mmu: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 18:53:14 +0000 (18:53 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 2 Feb 2018 05:24:10 +0000 (15:24 +1000)
commite64fe9db2d1a31f6475ab1d5758860e7aa0cbb88
tree6569ad6c0b78b948b5c92ab3f0894556af1ddc28
parent3ea74559d851b0e3f611da45d0dd9d505c4f44d5
drm/nouveau/mmu: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c