Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1455667 > unrolled thread

Re: [PATCH 1/5] bfa: mark symbols static where possible

Started byArnd Bergmann <arnd@arndb.de>
First post2016-08-03 10:00 +0200
Last post2016-08-03 10:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 1/5] bfa: mark symbols static where possible Arnd Bergmann <arnd@arndb.de> - 2016-08-03 10:00 +0200

#1455667 — Re: [PATCH 1/5] bfa: mark symbols static where possible

FromArnd Bergmann <arnd@arndb.de>
Date2016-08-03 10:00 +0200
SubjectRe: [PATCH 1/5] bfa: mark symbols static where possible
Message-ID<s1ZfP-89Q-7@gated-at.bofh.it>
On Wednesday, August 3, 2016 12:45:50 PM CEST kbuild test robot wrote:
> All errors (new ones prefixed by >>):
> 
>    drivers/scsi/bfa/bfad.c: In function 'bfad_drv_uninit':
> >> drivers/scsi/bfa/bfad.c:888:2: error: implicit declaration of function 'bfa_isr_disable' [-Werror=implicit-function-declaration]
>      bfa_isr_disable(&bfad->bfa);
>      ^
>    cc1: some warnings being treated as errors
> 

Ah right: This is called in a function that gets removed in patch 5,
after which it is actually local. I made a mistake here when I went
through a repeated search for local functions.

I'll wait for other comments first before I send a fixed version.

	Arnd

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web