mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Fix typos in module/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9241
This commit is contained in:
committed by
Tony Hutter
parent
8c01eb1c4a
commit
48d8b249c9
@@ -98,7 +98,7 @@ typedef LUAI_UACNUMBER l_uacNumber;
|
||||
/*
|
||||
** non-return type
|
||||
**
|
||||
** Supress noreturn attribute in kernel builds to avoid objtool check warnings
|
||||
** Suppress noreturn attribute in kernel builds to avoid objtool check warnings
|
||||
*/
|
||||
#if defined(__GNUC__) && !defined(_KERNEL)
|
||||
#define l_noret void __attribute__((noreturn))
|
||||
|
||||
Reference in New Issue
Block a user