clean up checkpatch.pl error:
ERROR: "foo* bar" should be "foo *bar"
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
static int dgap_test_fep(struct board_t *brd);
static int dgap_tty_register_ports(struct board_t *brd);
static int dgap_firmware_load(struct pci_dev *pdev, int card_type,
- struct board_t* brd);
+ struct board_t *brd);
static void dgap_cleanup_module(void);
static int dgap_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
{
int rc;
- struct board_t* brd;
+ struct board_t *brd;
if (dgap_numboards >= MAXBOARDS)
return -EPERM;
}
static int dgap_firmware_load(struct pci_dev *pdev, int card_type,
- struct board_t* brd)
+ struct board_t *brd)
{
const struct firmware *fw;
char *tmp_ptr;