LINUX: Clean up param.linux26.h

Indent preprocessor directives. Remove unnecessary #endif comments for
very short #if blocks. Shorten #endif comments to our conventional style
(e.g., '!UKERNEL' instead of '!defined(UKERNEL)'). Reduce some
unnecessary extra indentation.

Change-Id: I8f714a05b0ef876036dffbfd7e2f54844e793740
Reviewed-on: https://gerrit.openafs.org/16084
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Andrew Deason 2025-01-13 16:29:42 -06:00 committed by Michael Meffie
parent e127edeff6
commit 134b671171

View File

@ -37,16 +37,16 @@
# if defined(__KERNEL__)
# define AFS_GLOBAL_SUNLOCK
#endif /* __KERNEL__ */
# endif
# ifndef KERNEL
# define __USE_LARGEFILE64 1
# if !defined off64_t
# define off64_t __off64_t
# endif
#endif
# endif /* !KERNEL */
#else /* !defined(UKERNEL) */
#else /* !UKERNEL */
/* This section for user space compiles only */
@ -81,7 +81,7 @@
# define CMSERVERPREF
# endif
#endif /* !defined(UKERNEL) */
#endif /* !UKERNEL */
#if defined(UKERNEL) || !defined(KERNEL)
# include <features.h>