Home
last modified time | relevance | path

Searched hist:f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase917c.cdiff f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077 Mon Apr 18 16:18:42 CEST 2022 Tom Rix <trix@redhat.com> drm/nouveau: change base917c_format from global to static

Smatch reports this issue
base917c.c:26:1: warning: symbol 'base917c_format'
was not declared. Should it be static?

base917c_format is only used in base917.c. Single
file variables should not be global so change
base917c_format's storage-class specifier to static.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220418141842.296386-1-trix@redhat.com