mirror of
https://github.com/gnif/vendor-reset.git
synced 2025-12-26 22:09:28 +01:00
[core] cosmetics
This commit is contained in:
parent
c30410b1be
commit
c8d538e68f
@ -20,8 +20,8 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "vendor-reset-dev.h"
|
||||
#include "device-db.h"
|
||||
|
||||
struct vendor_reset_cfg * vendor_reset_cfg_find(unsigned int vendor, unsigned
|
||||
int device)
|
||||
struct vendor_reset_cfg * vendor_reset_cfg_find(unsigned int vendor,
|
||||
unsigned int device)
|
||||
{
|
||||
struct vendor_reset_cfg * cfg;
|
||||
|
||||
|
||||
@ -58,8 +58,8 @@ struct vendor_reset_cfg
|
||||
};
|
||||
|
||||
/* search the device table for the specified vendor and device id and return it */
|
||||
struct vendor_reset_cfg * vendor_reset_cfg_find(unsigned int vendor, unsigned
|
||||
int device);
|
||||
struct vendor_reset_cfg * vendor_reset_cfg_find(unsigned int vendor,
|
||||
unsigned int device);
|
||||
|
||||
/* perform the device reset */
|
||||
long vendor_reset_dev_locked(struct vendor_reset_cfg *cfg, struct pci_dev *dev);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user