Re: [PATCH v3 xf86-video-modesetting 1/2] Staticise and constify output names

2013-11-26 Thread Aaron Plattner
Reviewed-by: Aaron Plattner On 11/26/13 08:08, Thierry Reding wrote: This array isn't used anywhere outside this file, so it can be made static. While at it, make the array const as well. Signed-off-by: Thierry Reding --- Changes in v3: - update commit message to reflect prior change Changes

[PATCH v3 xf86-video-modesetting 1/2] Staticise and constify output names

2013-11-26 Thread Thierry Reding
This array isn't used anywhere outside this file, so it can be made static. While at it, make the array const as well. Signed-off-by: Thierry Reding --- Changes in v3: - update commit message to reflect prior change Changes in v2: - make output_names array static const char * const src/drmmode