From: Davidlohr Bueso Date: Wed, 11 Sep 2013 21:25:02 +0000 (-0700) Subject: partitions/efi: delete annoying emacs style comments X-Git-Tag: v4.9.8~7825^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08009b30a71d9a7c252c4bd677dbd496af9dd1a2;p=platform%2Fkernel%2Flinux-rpi3.git partitions/efi: delete annoying emacs style comments I love emacs, but these settings for coding style are annoying when trying to open the efi.h file. More important, we already have checkpatch for that. Signed-off-by: Davidlohr Bueso Reviewed-by: Karel Zak Acked-by: Matt Fleming Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/block/partitions/efi.h b/block/partitions/efi.h index 7fef625..4efcafb 100644 --- a/block/partitions/efi.h +++ b/block/partitions/efi.h @@ -130,22 +130,3 @@ typedef struct _legacy_mbr { extern int efi_partition(struct parsed_partitions *state); #endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * -------------------------------------------------------------------------- - * Local variables: - * c-indent-level: 4 - * c-brace-imaginary-offset: 0 - * c-brace-offset: -4 - * c-argdecl-indent: 4 - * c-label-offset: -4 - * c-continued-statement-offset: 4 - * c-continued-brace-offset: 0 - * indent-tabs-mode: nil - * tab-width: 8 - * End: - */