On Wed, Mar 02, 2022 at 12:47:11AM +0100, Alexander Bluhm wrote: > Hi, > > The return value of in6_pcbnotify() is never used. Make it a void > function. > > ok? >
given we always return 0, which is nothing, then it makes sense to return void, (which is also nothing). ok sashan2
