e1000: fix a typo in the comment
Use 'That' to replace 'The' so that the comment would make sense. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
4e01f3a802
commit
b6fad9f9fc
|
@ -1263,7 +1263,7 @@ err_pci_reg:
|
|||
* @pdev: PCI device information struct
|
||||
*
|
||||
* e1000_remove is called by the PCI subsystem to alert the driver
|
||||
* that it should release a PCI device. The could be caused by a
|
||||
* that it should release a PCI device. That could be caused by a
|
||||
* Hot-Plug event, or because the driver is going to be removed from
|
||||
* memory.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue