diff options
| author | Davidlohr Bueso <davidlohr@hp.com> | 2013-09-11 17:25:02 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 18:59:18 -0400 |
| commit | 08009b30a71d9a7c252c4bd677dbd496af9dd1a2 (patch) | |
| tree | 9906deaf2686ebb2d45fa260d497f5aa593352d6 /block | |
| parent | aa054bc93743ecce3a27f1655d59674dabc71a54 (diff) | |
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 <davidlohr@hp.com>
Reviewed-by: Karel Zak <kzak@redhat.com>
Acked-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block')
| -rw-r--r-- | block/partitions/efi.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/block/partitions/efi.h b/block/partitions/efi.h index 7fef625c04de..4efcafba7e64 100644 --- a/block/partitions/efi.h +++ b/block/partitions/efi.h | |||
| @@ -130,22 +130,3 @@ typedef struct _legacy_mbr { | |||
| 130 | extern int efi_partition(struct parsed_partitions *state); | 130 | extern int efi_partition(struct parsed_partitions *state); |
| 131 | 131 | ||
| 132 | #endif | 132 | #endif |
| 133 | |||
| 134 | /* | ||
| 135 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
| 136 | * Emacs will notice this stuff at the end of the file and automatically | ||
| 137 | * adjust the settings for this buffer only. This must remain at the end | ||
| 138 | * of the file. | ||
| 139 | * -------------------------------------------------------------------------- | ||
| 140 | * Local variables: | ||
| 141 | * c-indent-level: 4 | ||
| 142 | * c-brace-imaginary-offset: 0 | ||
| 143 | * c-brace-offset: -4 | ||
| 144 | * c-argdecl-indent: 4 | ||
| 145 | * c-label-offset: -4 | ||
| 146 | * c-continued-statement-offset: 4 | ||
| 147 | * c-continued-brace-offset: 0 | ||
| 148 | * indent-tabs-mode: nil | ||
| 149 | * tab-width: 8 | ||
| 150 | * End: | ||
| 151 | */ | ||
