[SeaBIOS] [PATCH 5/5] nvme: fix copy-paste mistake in comment

Philippe Mathieu-Daudé f4bug at amsat.org
Wed Mar 1 12:13:58 CET 2017


On 02/24/2017 03:27 AM, Daniel Verkamp wrote:
> Signed-off-by: Daniel Verkamp <daniel at drv.nu>

Reviewed-by: Philippe Mathieu-Daudé <f4bug at amsat.org>

> ---
>  src/hw/nvme.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/hw/nvme.c b/src/hw/nvme.c
> index 9fda011..60557ae 100644
> --- a/src/hw/nvme.c
> +++ b/src/hw/nvme.c
> @@ -549,7 +549,7 @@ nvme_controller_setup(void *opaque)
>  static void
>  nvme_scan(void)
>  {
> -    // Scan PCI bus for ATA adapters
> +    // Scan PCI bus for NVMe adapters
>      struct pci_device *pci;
>
>      foreachpci(pci) {
>



More information about the SeaBIOS mailing list