Merge pull request #725 from ayyucedemirbas/patch-3

Some minor changes to improve formatting
This commit is contained in:
Sebastian Fricke 2020-07-20 05:31:55 +02:00 committed by GitHub
commit 4a827f63bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ asmlinkage __visible void *extract_kernel(void *rmode, memptr heap,
}
```
This parameter is passed through assembly from the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/v4.16/arch/x86/boot/compressed/head_64.S)source code file:
This parameter is passed through assembly from the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/v4.16/arch/x86/boot/compressed/head_64.S) source code file:
```C
leaq input_data(%rip), %rdx