x86/efi: move asmlinkage before return type
Joe Perches authored
Make the code like the rest of the kernel.

Link: http://lkml.kernel.org/r/1cd3d401626e51ea0e2333a860e76e80bc560a4c.1499284835.git.joe@perches.com

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
0825f49f
Name Last commit Last update
Documentation mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
arch x86/efi: move asmlinkage before return type
block Merge branch 'for-linus' of git://git.kernel.dk/linux-block
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
crypto Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
drivers drm/i915: use __GFP_RETRY_MAYFAIL
firmware firmware/Makefile: force recompilation if makefile changes
fs xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
include mm, migration: do not trigger OOM killer when migrating memory
init random: do not ignore early device randomness
ipc ipc/util.h: update documentation for ipc_getref() and ipc_putref()
kernel fork,random: use get_random_canary() to set tsk->stack_canary
lib include/linux/string.h: add the option of fortified string.h functions
mm mm, migration: do not trigger OOM killer when migrating memory
net mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
samples kfifo: clean up example to not use page_link
scripts checkpatch: improve the STORAGE_CLASS test
security include/linux/string.h: add the option of fortified string.h functions
sound Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
tools mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.