lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 06 Nov 2021 13:27:34 -0600
From:   Jens Axboe <axboe@...nel.dk>
To:     Geert Uytterhoeven <geert@...ux-m68k.org>,
        Luis Chamberlain <mcgrof@...nel.org>
Cc:     linux-block@...r.kernel.org, noreply@...erman.id.au,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] ataflop: Add missing semicolon to return statement

On Sat, 6 Nov 2021 19:55:49 +0100, Geert Uytterhoeven wrote:
>     drivers/block/ataflop.c: In function ‘ataflop_probe’:
>     drivers/block/ataflop.c:2023:2: error: expected expression before ‘if’
>      2023 |  if (ataflop_alloc_disk(drive, type))
> 	  |  ^~
>     drivers/block/ataflop.c:2023:2: error: ‘return’ with a value, in function returning void [-Werror=return-type]
>     drivers/block/ataflop.c:2011:13: note: declared here
>      2011 | static void ataflop_probe(dev_t dev)
> 	  |             ^~~~~~~~~~~~~
> 
> [...]

Applied, thanks!

[1/1] ataflop: Add missing semicolon to return statement
      commit: 38987a872b313e72f7a64e91ec0b8084eaec0f10

Best regards,
-- 
Jens Axboe


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ