OSDN Git Service

thunderbolt: Fix typo in comment
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 20 Jan 2022 15:23:04 +0000 (17:23 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 19 Apr 2022 07:26:00 +0000 (10:26 +0300)
Should be 'in' instead of 'bin'. Fix it.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Tested-by: Brad Campbell <lists2009@fnarfbargle.com>
drivers/thunderbolt/nhi.c

index 4a58218..6221ca4 100644 (file)
@@ -1207,7 +1207,7 @@ static int nhi_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 
        nhi->pdev = pdev;
        nhi->ops = (const struct tb_nhi_ops *)id->driver_data;
-       /* cannot fail - table is allocated bin pcim_iomap_regions */
+       /* cannot fail - table is allocated in pcim_iomap_regions */
        nhi->iobase = pcim_iomap_table(pdev)[0];
        nhi->hop_count = ioread32(nhi->iobase + REG_HOP_COUNT) & 0x3ff;
        dev_dbg(&pdev->dev, "total paths: %d\n", nhi->hop_count);