Re: [PATCH] ata: libata-eh: make ata_eh_qc_complete() and ata_eh_qc_retry() static
Niklas Cassel <[email protected]> Mon, 13 Jul 2026 10:17:52 +0200
| Newsgroups | org.kernel.vger.linux-ide |
|---|---|
| Message-ID | <alSfMHUAzBoitCI7@fedora> |
On Mon, Jul 13, 2026 at 02:09:42PM +0900, Damien Le Moal wrote: > The functions ata_eh_qc_complete() and ata_eh_qc_retry() are used only in > libata-eh.c. So remove the declaration of these functions from > include/linux/libata.h and define them as static. While at it, add a > missing blank line between variable declaration and code in these two > functions. > > No functional changes intended. > > Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Niklas Cassel <[email protected]>