Skip to content

Commit 6ede2b7

Browse files
JoePerchestiwai
authored andcommitted
ALSA: opl4: Move inline before return type
Make the code like the rest of the kernel. Signed-off-by: Joe Perches <[email protected]> Acked-by: Clemens Ladisch <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent fc18282 commit 6ede2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/drivers/opl4/opl4_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MODULE_AUTHOR("Clemens Ladisch <[email protected]>");
2929
MODULE_DESCRIPTION("OPL4 driver");
3030
MODULE_LICENSE("GPL");
3131

32-
static void inline snd_opl4_wait(struct snd_opl4 *opl4)
32+
static inline void snd_opl4_wait(struct snd_opl4 *opl4)
3333
{
3434
int timeout = 10;
3535
while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)

0 commit comments

Comments
 (0)