Skip to content

Commit

Permalink
powerpc-add-code-to-work-with-device-trees-in-kexec_file_load-checkpa…
Browse files Browse the repository at this point in the history
…tch-fixes

WARNING: please, no space before tabs
torvalds#57: FILE: arch/powerpc/kernel/machine_kexec_64.c:692:
+ * ^I^I^Ibe none.$

WARNING: line over 80 characters
torvalds#151: FILE: arch/powerpc/kernel/machine_kexec_64.c:786:
+			ret = fdt_delprop(fdt, chosen_node, "linux,initrd-start");

WARNING: line over 80 characters
torvalds#232: FILE: arch/powerpc/kernel/machine_kexec_64.c:867:
+			prop = fdt_getprop(fdt, chosen_node, "linux,stdout-path",

total: 0 errors, 3 warnings, 233 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

./patches/powerpc-add-code-to-work-with-device-trees-in-kexec_file_load.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Thiago Jung Bauermann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
akpm00 authored and hnaz committed Aug 26, 2016
1 parent e03d83a commit c0d3a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/machine_kexec_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ int setup_purgatory(struct kimage *image, const void *slave_code,
* @initrd_load_addr: Address where the next initrd will be loaded.
* @initrd_len: Size of the next initrd, or 0 if there will be none.
* @cmdline: Command line for the next kernel, or NULL if there will
* be none.
* be none.
*
* Return: 0 on success, or negative errno on error.
*/
Expand Down

0 comments on commit c0d3a77

Please sign in to comment.