]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/block/skd_main.c
skd: fix function prototype
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 Nov 2016 12:55:35 +0000 (13:55 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 10 Nov 2016 05:53:47 +0000 (22:53 -0700)
commit41c9499b221ebe102f776589085cde43d0dadc46
treedd1fecfa7cc1e0bfe42023103761a6cdad35af89
parent3bc8492f009c76a9e77cad6e200b0748d3972fa0
skd: fix function prototype

Building with W=1 shows a harmless warning for the skd driver:

drivers/block/skd_main.c:2959:1: error: â€˜static’ is not at beginning of declaration [-Werror=old-style-declaration]

This changes the prototype to the expected formatting.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/skd_main.c