RE: [PATCH][staging-next] staging: unisys: visorbus: make two functions static

2017-09-01 Thread Kershner, David A
el-janit...@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: [PATCH][staging-next] staging: unisys: visorbus: make two functions > static > > From: Colin Ian King <colin.k...@canonical.com> > > The functions sig_queue_offset and sig_data_offset are local to >

Re: [PATCH][staging-next] staging: unisys: visorbus: make two functions static

2017-09-01 Thread Andy Shevchenko
On Fri, 2017-09-01 at 11:08 +0100, Colin King wrote: > From: Colin Ian King > > The functions sig_queue_offset and sig_data_offset are local to > the source and do not need to be in global scope, so make them > static. > > Cleans up sparse warnings: > symbol

[PATCH][staging-next] staging: unisys: visorbus: make two functions static

2017-09-01 Thread Colin King
From: Colin Ian King The functions sig_queue_offset and sig_data_offset are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'sig_queue_offset' was not declared. Should it be static? symbol