drm/nouveau/therm: fix spelling mistake on array thresolds
authorColin Ian King <colin.king@canonical.com>
Tue, 27 Jun 2017 08:08:58 +0000 (09:08 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 22 Aug 2017 08:04:22 +0000 (18:04 +1000)
commit4a84a6fd9a50e4a10dccaaff9cf9e12d04f2c83f
tree8aa553ea39d0e07f9aaa61d8b97ed5ed69980da9
parent6b9dfb5991a3fda1ced9062f6c86d8798416ea31
drm/nouveau/therm: fix spelling mistake on array thresolds

Array thresolds should be named thresholds, rename it. Also make it static
static const char * const

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Martin Peres <martin.peres@free.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c