[core] cosmetics

This commit is contained in:
Geoffrey McRae 2020-11-12 08:23:39 +11:00
parent c30410b1be
commit c8d538e68f
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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);