Update procinterrupts.c

This commit is contained in:
wanghaibin-mouse 2017-08-29 17:10:20 +08:00 committed by GitHub
parent 96deefcc51
commit 989aefcef4

View file

@ -58,7 +58,7 @@ static int check_platform_device(char *name, struct irq_info *info)
char path[512];
struct dirent *ent;
int rc = -ENOENT, i;
static struct pdev_irq_info{
static struct pdev_irq_info {
char *d_name;
int type;
int class;