checkpatch: warning - space_before_tab
Change-Id: I8d36cdcdd1822cafa7f53f8b8a8788992b0703e3 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
2a57d02400
commit
d89c3b598b
3 changed files with 8 additions and 8 deletions
|
@ -45,14 +45,14 @@
|
|||
*
|
||||
* EXAMPLE
|
||||
* struct pci_dev_info info = {
|
||||
* .class = PCI_CLASS_COMM_CTLR
|
||||
* .class = PCI_CLASS_COMM_CTLR
|
||||
* };
|
||||
*
|
||||
* pci_bus_scan_init();
|
||||
*
|
||||
* while (pci_bus_scan(&info) {
|
||||
* // do something with "info" which holds a valid result, i.e. some
|
||||
* // device information matching the PCI class PCI_CLASS_COMM_CTLR
|
||||
* // do something with "info" which holds a valid result, i.e. some
|
||||
* // device information matching the PCI class PCI_CLASS_COMM_CTLR
|
||||
* }
|
||||
*
|
||||
* INTERNALS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue