[MIPS] Fix "no space between function name and open parenthesis" warnings.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -17,8 +17,8 @@ typedef struct inventory_s {
|
||||
|
||||
extern int inventory_items;
|
||||
|
||||
extern void add_to_inventory (int class, int type, int controller, int unit, int state);
|
||||
extern int dump_inventory_to_user (void __user *userbuf, int size);
|
||||
extern void add_to_inventory(int class, int type, int controller, int unit, int state);
|
||||
extern int dump_inventory_to_user(void __user *userbuf, int size);
|
||||
extern int __init init_inventory(void);
|
||||
|
||||
#endif /* __ASM_INVENTORY_H */
|
||||
|
Reference in New Issue
Block a user