kernel: Put codename string in quotes for stylistic reasons
This commit is contained in:
parent
6d51df8c31
commit
119c42077d
@ -39,7 +39,7 @@ int __kernel_version_lower = 8;
|
||||
const char * __kernel_version_suffix = KERNEL_VERSION_SUFFIX;
|
||||
|
||||
/* The release codename. */
|
||||
const char * __kernel_version_codename = "only my railgun";
|
||||
const char * __kernel_version_codename = "\"only my railgun\"";
|
||||
|
||||
/* Build architecture */
|
||||
const char * __kernel_arch = STRSTR(KERNEL_ARCH);
|
||||
|
Loading…
Reference in New Issue
Block a user