Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: remove editor modelines and cruft

The section "19) Editor modelines and other cruft" in
Documentation/process/coding-style.rst clearly says, "Do not include any
of these in source files."

I recently receive a patch to explicitly add a new one.

Let's do treewide cleanups, otherwise some people follow the existing code
and attempt to upstream their favoriate editor setups.

It is even nicer if scripts/checkpatch.pl can check it.

If we like to impose coding style in an editor-independent manner, I think
editorconfig (patch [1]) is a saner solution.

[1] https://lore.kernel.org/lkml/20200703073143.423557-1-danny@kdrag0n.dev/

Link: https://lkml.kernel.org/r/20210324054457.1477489-1-masahiroy@kernel.org
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org> [auxdisplay]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Masahiro Yamada and committed by
Linus Torvalds
fa60ce2c 7497835f

+110 -627
-7
arch/m68k/atari/time.c
··· 317 317 318 318 return( 0 ); 319 319 } 320 - 321 - /* 322 - * Local variables: 323 - * c-indent-level: 4 324 - * tab-width: 8 325 - * End: 326 - */
-1
arch/parisc/include/asm/pdc_chassis.h
··· 365 365 PDC_CHASSIS_EOM_SET ) 366 366 367 367 #endif /* _PARISC_PDC_CHASSIS_H */ 368 - /* vim: set ts=8 */
-7
arch/um/drivers/cow.h
··· 24 24 int *data_offset_out); 25 25 26 26 #endif 27 - 28 - /* 29 - * --------------------------------------------------------------------------- 30 - * Local variables: 31 - * c-file-style: "linux" 32 - * End: 33 - */
-7
drivers/auxdisplay/panel.c
··· 1737 1737 module_exit(panel_cleanup_module); 1738 1738 MODULE_AUTHOR("Willy Tarreau"); 1739 1739 MODULE_LICENSE("GPL"); 1740 - 1741 - /* 1742 - * Local variables: 1743 - * c-indent-level: 4 1744 - * tab-width: 8 1745 - * End: 1746 - */
-1
drivers/gpu/drm/qxl/qxl_drv.c
··· 1 - /* vim: set ts=8 sw=8 tw=78 ai noexpandtab */ 2 1 /* qxl_drv.c -- QXL driver -*- linux-c -*- 3 2 * 4 3 * Copyright 2011 Red Hat, Inc.
-3
drivers/media/usb/pwc/pwc-uncompress.c
··· 9 9 Please send bug reports and support requests to <luc@saillard.org>. 10 10 The decompression routines have been implemented by reverse-engineering the 11 11 Nemosoft binary pwcx module. Caveat emptor. 12 - 13 - 14 - vim: set ts=8: 15 12 */ 16 13 17 14 #include <asm/current.h>
-8
drivers/net/ethernet/adaptec/starfire.c
··· 2070 2070 2071 2071 module_init(starfire_init); 2072 2072 module_exit(starfire_cleanup); 2073 - 2074 - 2075 - /* 2076 - * Local variables: 2077 - * c-basic-offset: 8 2078 - * tab-width: 8 2079 - * End: 2080 - */
-8
drivers/net/ethernet/amd/atarilance.c
··· 1156 1156 module_init(atarilance_module_init); 1157 1157 module_exit(atarilance_module_exit); 1158 1158 #endif /* MODULE */ 1159 - 1160 - 1161 - /* 1162 - * Local variables: 1163 - * c-indent-level: 4 1164 - * tab-width: 4 1165 - * End: 1166 - */
-7
drivers/net/ethernet/amd/pcnet32.c
··· 3029 3029 3030 3030 module_init(pcnet32_init_module); 3031 3031 module_exit(pcnet32_cleanup_module); 3032 - 3033 - /* 3034 - * Local variables: 3035 - * c-indent-level: 4 3036 - * tab-width: 8 3037 - * End: 3038 - */
-8
drivers/net/wireless/intersil/orinoco/orinoco_nortel.c
··· 312 312 313 313 module_init(orinoco_nortel_init); 314 314 module_exit(orinoco_nortel_exit); 315 - 316 - /* 317 - * Local variables: 318 - * c-indent-level: 8 319 - * c-basic-offset: 8 320 - * tab-width: 8 321 - * End: 322 - */
-8
drivers/net/wireless/intersil/orinoco/orinoco_pci.c
··· 255 255 256 256 module_init(orinoco_pci_init); 257 257 module_exit(orinoco_pci_exit); 258 - 259 - /* 260 - * Local variables: 261 - * c-indent-level: 8 262 - * c-basic-offset: 8 263 - * tab-width: 8 264 - * End: 265 - */
-8
drivers/net/wireless/intersil/orinoco/orinoco_plx.c
··· 360 360 361 361 module_init(orinoco_plx_init); 362 362 module_exit(orinoco_plx_exit); 363 - 364 - /* 365 - * Local variables: 366 - * c-indent-level: 8 367 - * c-basic-offset: 8 368 - * tab-width: 8 369 - * End: 370 - */
-8
drivers/net/wireless/intersil/orinoco/orinoco_tmd.c
··· 235 235 236 236 module_init(orinoco_tmd_init); 237 237 module_exit(orinoco_tmd_exit); 238 - 239 - /* 240 - * Local variables: 241 - * c-indent-level: 8 242 - * c-basic-offset: 8 243 - * tab-width: 8 244 - * End: 245 - */
-12
drivers/parport/parport_ip32.c
··· 2224 2224 ", bit 2: hardware SPP mode" 2225 2225 ", bit 3: hardware EPP mode" 2226 2226 ", bit 4: hardware ECP mode"); 2227 - 2228 - /*--- Inform (X)Emacs about preferred coding style ---------------------*/ 2229 - /* 2230 - * Local Variables: 2231 - * mode: c 2232 - * c-file-style: "linux" 2233 - * indent-tabs-mode: t 2234 - * tab-width: 8 2235 - * fill-column: 78 2236 - * ispell-local-dictionary: "american" 2237 - * End: 2238 - */
-3
drivers/platform/x86/dell/dell_rbu.c
··· 675 675 676 676 module_exit(dcdrbu_exit); 677 677 module_init(dcdrbu_init); 678 - 679 - /* vim:noet:ts=8:sw=8 680 - */
-1
drivers/scsi/53c700.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8 -*- */ 3 2 4 3 /* NCR (or Symbios) 53c700 and 53c700-66 Driver 5 4 *
-1
drivers/scsi/53c700.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* -*- mode: c; c-basic-offset: 8 -*- */ 3 2 4 3 /* Driver for 53c700 and 53c700-66 chips from NCR and Symbios 5 4 *
-6
drivers/scsi/ch.c
··· 1058 1058 1059 1059 module_init(init_ch_module); 1060 1060 module_exit(exit_ch_module); 1061 - 1062 - /* 1063 - * Local variables: 1064 - * c-basic-offset: 8 1065 - * End: 1066 - */
-20
drivers/scsi/ips.c
··· 7099 7099 MODULE_LICENSE("GPL"); 7100 7100 MODULE_DESCRIPTION("IBM ServeRAID Adapter Driver " IPS_VER_STRING); 7101 7101 MODULE_VERSION(IPS_VER_STRING); 7102 - 7103 - 7104 - /* 7105 - * Overrides for Emacs so that we almost follow Linus's tabbing style. 7106 - * Emacs will notice this stuff at the end of the file and automatically 7107 - * adjust the settings for this buffer only. This must remain at the end 7108 - * of the file. 7109 - * --------------------------------------------------------------------------- 7110 - * Local variables: 7111 - * c-indent-level: 2 7112 - * c-brace-imaginary-offset: 0 7113 - * c-brace-offset: -2 7114 - * c-argdecl-indent: 2 7115 - * c-label-offset: -2 7116 - * c-continued-statement-offset: 2 7117 - * c-continued-brace-offset: 0 7118 - * indent-tabs-mode: nil 7119 - * tab-width: 8 7120 - * End: 7121 - */
-20
drivers/scsi/ips.h
··· 1211 1211 IPS_COMPAT_TAMPA, \ 1212 1212 IPS_COMPAT_KEYWEST \ 1213 1213 } 1214 - 1215 - 1216 - /* 1217 - * Overrides for Emacs so that we almost follow Linus's tabbing style. 1218 - * Emacs will notice this stuff at the end of the file and automatically 1219 - * adjust the settings for this buffer only. This must remain at the end 1220 - * of the file. 1221 - * --------------------------------------------------------------------------- 1222 - * Local variables: 1223 - * c-indent-level: 2 1224 - * c-brace-imaginary-offset: 0 1225 - * c-brace-offset: -2 1226 - * c-argdecl-indent: 2 1227 - * c-label-offset: -2 1228 - * c-continued-statement-offset: 2 1229 - * c-continued-brace-offset: 0 1230 - * indent-tabs-mode: nil 1231 - * tab-width: 8 1232 - * End: 1233 - */
-1
drivers/scsi/lasi700.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8 -*- */ 3 2 4 3 /* PARISC LASI driver for the 53c700 chip 5 4 *
-2
drivers/scsi/megaraid/mbox_defs.h
··· 781 781 } __attribute__ ((packed)) mbox_sgl32; 782 782 783 783 #endif // _MRAID_MBOX_DEFS_H_ 784 - 785 - /* vim: set ts=8 sw=8 tw=78: */
-2
drivers/scsi/megaraid/mega_common.h
··· 282 282 }; 283 283 284 284 #endif // _MEGA_COMMON_H_ 285 - 286 - // vim: set ts=8 sw=8 tw=78:
-2
drivers/scsi/megaraid/megaraid_mbox.c
··· 4068 4068 */ 4069 4069 module_init(megaraid_init); 4070 4070 module_exit(megaraid_exit); 4071 - 4072 - /* vim: set ts=8 sw=8 tw=78 ai si: */
-2
drivers/scsi/megaraid/megaraid_mbox.h
··· 230 230 #define WROUTDOOR(rdev, value) writel(value, (rdev)->baseaddr + 0x2C) 231 231 232 232 #endif // _MEGARAID_H_ 233 - 234 - // vim: set ts=8 sw=8 tw=78:
-12
drivers/scsi/qla1280.c
··· 4403 4403 MODULE_FIRMWARE("qlogic/1280.bin"); 4404 4404 MODULE_FIRMWARE("qlogic/12160.bin"); 4405 4405 MODULE_VERSION(QLA1280_VERSION); 4406 - 4407 - /* 4408 - * Overrides for Emacs so that we almost follow Linus's tabbing style. 4409 - * Emacs will notice this stuff at the end of the file and automatically 4410 - * adjust the settings for this buffer only. This must remain at the end 4411 - * of the file. 4412 - * --------------------------------------------------------------------------- 4413 - * Local variables: 4414 - * c-basic-offset: 8 4415 - * tab-width: 8 4416 - * End: 4417 - */
-1
drivers/scsi/sni_53c710.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8 -*- */ 3 2 4 3 /* SNI RM driver 5 4 *
-9
drivers/video/fbdev/matrox/matroxfb_base.c
··· 2608 2608 EXPORT_SYMBOL(matroxfb_unregister_driver); 2609 2609 EXPORT_SYMBOL(matroxfb_wait_for_sync); 2610 2610 EXPORT_SYMBOL(matroxfb_enable_irq); 2611 - 2612 - /* 2613 - * Overrides for Emacs so that we follow Linus's tabbing style. 2614 - * --------------------------------------------------------------------------- 2615 - * Local variables: 2616 - * c-basic-offset: 8 2617 - * End: 2618 - */ 2619 -
-10
drivers/video/fbdev/vga16fb.c
··· 1451 1451 MODULE_LICENSE("GPL"); 1452 1452 module_init(vga16fb_init); 1453 1453 module_exit(vga16fb_exit); 1454 - 1455 - 1456 - /* 1457 - * Overrides for Emacs so that we follow Linus's tabbing style. 1458 - * --------------------------------------------------------------------------- 1459 - * Local variables: 1460 - * c-basic-offset: 8 1461 - * End: 1462 - */ 1463 -
+1 -3
fs/configfs/configfs_internal.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset:8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * configfs_internal.h - Internal stuff for configfs 6 4 * 7 5 * Based on sysfs:
+1 -3
fs/configfs/dir.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dir.c - Operations for configfs directories. 6 4 * 7 5 * Based on sysfs:
+1 -3
fs/configfs/file.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * file.c - operations for regular (text) files. 6 4 * 7 5 * Based on sysfs:
+1 -3
fs/configfs/inode.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * inode.c - basic inode and dentry operations. 6 4 * 7 5 * Based on sysfs:
+1 -3
fs/configfs/item.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * item.c - library routines for handling generic config items 6 4 * 7 5 * Based on kobject:
+1 -3
fs/configfs/mount.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * mount.c - operations for initializing and mounting configfs. 6 4 * 7 5 * Based on sysfs:
+1 -3
fs/configfs/symlink.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * symlink.c - operations for configfs symlinks. 6 4 * 7 5 * Based on sysfs:
-7
fs/nfs/dir.c
··· 3004 3004 goto out; 3005 3005 } 3006 3006 EXPORT_SYMBOL_GPL(nfs_permission); 3007 - 3008 - /* 3009 - * Local variables: 3010 - * version-control: t 3011 - * kept-new-versions: 5 3012 - * End: 3013 - */
-6
fs/nfs/nfs4proc.c
··· 10427 10427 #endif 10428 10428 NULL 10429 10429 }; 10430 - 10431 - /* 10432 - * Local variables: 10433 - * c-basic-offset: 8 10434 - * End: 10435 - */
-6
fs/nfs/nfs4renewd.c
··· 149 149 /* Cap maximum reconnect timeout at 1/2 lease period */ 150 150 rpc_set_connect_timeout(clp->cl_rpcclient, lease, lease >> 1); 151 151 } 152 - 153 - /* 154 - * Local variables: 155 - * c-basic-offset: 8 156 - * End: 157 - */
-6
fs/nfs/nfs4state.c
··· 2695 2695 module_put_and_exit(0); 2696 2696 return 0; 2697 2697 } 2698 - 2699 - /* 2700 - * Local variables: 2701 - * c-basic-offset: 8 2702 - * End: 2703 - */
-6
fs/nfs/nfs4xdr.c
··· 7629 7629 .procs = nfs4_procedures, 7630 7630 .counts = nfs_version4_counts, 7631 7631 }; 7632 - 7633 - /* 7634 - * Local variables: 7635 - * c-basic-offset: 8 7636 - * End: 7637 - */
-6
fs/nfsd/nfs4proc.c
··· 3317 3317 .vs_rpcb_optnl = true, 3318 3318 .vs_need_cong_ctrl = true, 3319 3319 }; 3320 - 3321 - /* 3322 - * Local variables: 3323 - * c-basic-offset: 8 3324 - * End: 3325 - */
-6
fs/nfsd/nfs4xdr.c
··· 5448 5448 nfsd4_sequence_done(resp); 5449 5449 return 1; 5450 5450 } 5451 - 5452 - /* 5453 - * Local variables: 5454 - * c-basic-offset: 8 5455 - * End: 5456 - */
-6
fs/nfsd/xdr4.h
··· 866 866 867 867 868 868 #endif 869 - 870 - /* 871 - * Local variables: 872 - * c-basic-offset: 8 873 - * End: 874 - */
+1 -3
fs/ocfs2/acl.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * acl.c 6 4 * 7 5 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
+1 -3
fs/ocfs2/acl.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * acl.h 6 4 * 7 5 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
+1 -3
fs/ocfs2/alloc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * alloc.c 6 4 * 7 5 * Extent allocs and frees
+1 -3
fs/ocfs2/alloc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * alloc.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/aops.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/aops.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2002, 2004, 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/blockcheck.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * blockcheck.c 6 4 * 7 5 * Checksum and ECC codes for the OCFS2 userspace library.
+1 -3
fs/ocfs2/blockcheck.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * blockcheck.h 6 4 * 7 5 * Checksum and ECC codes for the OCFS2 userspace library.
+1 -3
fs/ocfs2/buffer_head_io.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * io.c 6 4 * 7 5 * Buffer cache handling
+1 -3
fs/ocfs2/buffer_head_io.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_buffer_head.h 6 4 * 7 5 * Buffer cache handling functions defined
+1 -3
fs/ocfs2/cluster/heartbeat.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/cluster/heartbeat.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * heartbeat.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/cluster/masklog.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/cluster/masklog.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/cluster/netdebug.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * netdebug.c 6 4 * 7 5 * debug functionality for o2net
+1 -3
fs/ocfs2/cluster/nodemanager.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2004, 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/cluster/nodemanager.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * nodemanager.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/cluster/ocfs2_heartbeat.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_heartbeat.h 6 4 * 7 5 * On-disk structures for ocfs2_heartbeat
+1 -3
fs/ocfs2/cluster/ocfs2_nodemanager.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_nodemanager.h 6 4 * 7 5 * Header describing the interface between userspace and the kernel
+1 -3
fs/ocfs2/cluster/quorum.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * 4 - * vim: noexpandtab sw=8 ts=8 sts=0: 2 + /* 5 3 * 6 4 * Copyright (C) 2005 Oracle. All rights reserved. 7 5 */
+1 -3
fs/ocfs2/cluster/quorum.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/cluster/sys.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * sys.c 6 4 * 7 5 * OCFS2 cluster sysfs interface
+1 -3
fs/ocfs2/cluster/sys.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * sys.h 6 4 * 7 5 * Function prototypes for o2cb sysfs interface
+1 -3
fs/ocfs2/cluster/tcp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * 4 - * vim: noexpandtab sw=8 ts=8 sts=0: 2 + /* 5 3 * 6 4 * Copyright (C) 2004 Oracle. All rights reserved. 7 5 *
+1 -3
fs/ocfs2/cluster/tcp.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * tcp.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/cluster/tcp_internal.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * Copyright (C) 2005 Oracle. All rights reserved. 6 4 */ 7 5
+1 -3
fs/ocfs2/dcache.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dcache.c 6 4 * 7 5 * dentry cache handling code
+1 -3
fs/ocfs2/dcache.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dcache.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/dir.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dir.c 6 4 * 7 5 * Creates, reads, walks and deletes directory-nodes
+1 -3
fs/ocfs2/dir.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dir.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/dlm/dlmapi.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmapi.h 6 4 * 7 5 * externally exported dlm interfaces
+1 -3
fs/ocfs2/dlm/dlmast.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmast.c 6 4 * 7 5 * AST and BAST functionality for local and remote nodes
+1 -3
fs/ocfs2/dlm/dlmcommon.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmcommon.h 6 4 * 7 5 * Copyright (C) 2004 Oracle. All rights reserved.
+1 -3
fs/ocfs2/dlm/dlmconvert.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmconvert.c 6 4 * 7 5 * underlying calls for lock conversion
+1 -3
fs/ocfs2/dlm/dlmconvert.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmconvert.h 6 4 * 7 5 * Copyright (C) 2004 Oracle. All rights reserved.
+1 -3
fs/ocfs2/dlm/dlmdebug.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmdebug.c 6 4 * 7 5 * debug functionality for the dlm
+1 -3
fs/ocfs2/dlm/dlmdebug.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmdebug.h 6 4 * 7 5 * Copyright (C) 2008 Oracle. All rights reserved.
+1 -3
fs/ocfs2/dlm/dlmdomain.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmdomain.c 6 4 * 7 5 * defines domain join / leave apis
+1 -3
fs/ocfs2/dlm/dlmdomain.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmdomain.h 6 4 * 7 5 * Copyright (C) 2004 Oracle. All rights reserved.
+1 -3
fs/ocfs2/dlm/dlmlock.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmlock.c 6 4 * 7 5 * underlying calls for lock creation
+1 -3
fs/ocfs2/dlm/dlmmaster.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmmod.c 6 4 * 7 5 * standalone DLM module
+1 -3
fs/ocfs2/dlm/dlmrecovery.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmrecovery.c 6 4 * 7 5 * recovery stuff
+1 -3
fs/ocfs2/dlm/dlmthread.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmthread.c 6 4 * 7 5 * standalone DLM module
+1 -3
fs/ocfs2/dlm/dlmunlock.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmunlock.c 6 4 * 7 5 * underlying calls for unlocking locks
+1 -3
fs/ocfs2/dlmfs/dlmfs.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmfs.c 6 4 * 7 5 * Code which implements the kernel side of a minimal userspace
+1 -3
fs/ocfs2/dlmfs/userdlm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * userdlm.c 6 4 * 7 5 * Code which implements the kernel side of a minimal userspace
+1 -3
fs/ocfs2/dlmfs/userdlm.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * userdlm.h 6 4 * 7 5 * Userspace dlm defines
+1 -3
fs/ocfs2/dlmglue.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmglue.c 6 4 * 7 5 * Code which implements an OCFS2 specific interface to our DLM.
+1 -3
fs/ocfs2/dlmglue.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * dlmglue.h 6 4 * 7 5 * description here
+1 -3
fs/ocfs2/export.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * export.c 6 4 * 7 5 * Functions to facilitate NFS exporting
+1 -3
fs/ocfs2/export.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * export.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/extent_map.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * extent_map.c 6 4 * 7 5 * Block/Cluster mapping functions
+1 -3
fs/ocfs2/extent_map.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * extent_map.h 6 4 * 7 5 * In-memory file extent mappings for OCFS2.
+1 -3
fs/ocfs2/file.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * file.c 6 4 * 7 5 * File open, close, extend, truncate
+1 -3
fs/ocfs2/file.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * file.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/filecheck.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * filecheck.c 6 4 * 7 5 * Code which implements online file check.
+1 -3
fs/ocfs2/filecheck.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * filecheck.h 6 4 * 7 5 * Online file check.
+1 -3
fs/ocfs2/heartbeat.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * heartbeat.c 6 4 * 7 5 * Register ourselves with the heartbaet service, keep our node maps
+1 -3
fs/ocfs2/heartbeat.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * heartbeat.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/inode.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * inode.c 6 4 * 7 5 * vfs' aops, fops, dops and iops
+1 -3
fs/ocfs2/inode.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * inode.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/journal.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * journal.c 6 4 * 7 5 * Defines functions of journalling api
+1 -3
fs/ocfs2/journal.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * journal.h 6 4 * 7 5 * Defines journalling api and structures.
+1 -3
fs/ocfs2/localalloc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * localalloc.c 6 4 * 7 5 * Node local data allocation
+1 -3
fs/ocfs2/localalloc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * localalloc.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/locks.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * locks.c 6 4 * 7 5 * Userspace file locking support
+1 -3
fs/ocfs2/locks.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * locks.h 6 4 * 7 5 * Function prototypes for Userspace file locking support
+1 -3
fs/ocfs2/mmap.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * mmap.c 6 4 * 7 5 * Code to deal with the mess that is clustered mmap.
+1 -3
fs/ocfs2/move_extents.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * move_extents.c 6 4 * 7 5 * Copyright (C) 2011 Oracle. All rights reserved.
+1 -3
fs/ocfs2/move_extents.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * move_extents.h 6 4 * 7 5 * Copyright (C) 2011 Oracle. All rights reserved.
+1 -3
fs/ocfs2/namei.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * namei.c 6 4 * 7 5 * Create and rename file, directory, symlinks
+1 -3
fs/ocfs2/namei.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * namei.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/ocfs1_fs_compat.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs1_fs_compat.h 6 4 * 7 5 * OCFS1 volume header definitions. OCFS2 creates valid but unmountable
+1 -3
fs/ocfs2/ocfs2.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2.h 6 4 * 7 5 * Defines macros and structures used in OCFS2
+1 -3
fs/ocfs2/ocfs2_fs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_fs.h 6 4 * 7 5 * On-disk structures for OCFS2.
+1 -3
fs/ocfs2/ocfs2_ioctl.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_ioctl.h 6 4 * 7 5 * Defines OCFS2 ioctls.
+1 -3
fs/ocfs2/ocfs2_lockid.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_lockid.h 6 4 * 7 5 * Defines OCFS2 lockid bits.
+1 -3
fs/ocfs2/ocfs2_lockingver.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * ocfs2_lockingver.h 6 4 * 7 5 * Defines OCFS2 Locking version values.
+1 -3
fs/ocfs2/refcounttree.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * refcounttree.c 6 4 * 7 5 * Copyright (C) 2009 Oracle. All rights reserved.
+1 -3
fs/ocfs2/refcounttree.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * refcounttree.h 6 4 * 7 5 * Copyright (C) 2009 Oracle. All rights reserved.
+1 -3
fs/ocfs2/reservations.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * reservations.c 6 4 * 7 5 * Allocation reservations implementation
+1 -3
fs/ocfs2/reservations.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * reservations.h 6 4 * 7 5 * Allocation reservations function prototypes and structures.
+1 -3
fs/ocfs2/resize.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * resize.c 6 4 * 7 5 * volume resize.
+1 -3
fs/ocfs2/resize.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * resize.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/slot_map.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * slot_map.c 6 4 * 7 5 * Copyright (C) 2002, 2004 Oracle. All rights reserved.
+1 -3
fs/ocfs2/slot_map.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * slotmap.h 6 4 * 7 5 * description here
+1 -3
fs/ocfs2/stack_o2cb.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * stack_o2cb.c 6 4 * 7 5 * Code which interfaces ocfs2 with the o2cb stack.
+1 -3
fs/ocfs2/stack_user.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * stack_user.c 6 4 * 7 5 * Code which interfaces ocfs2 with fs/dlm and a userspace stack.
+1 -3
fs/ocfs2/stackglue.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * stackglue.c 6 4 * 7 5 * Code which implements an OCFS2 specific interface to underlying
+1 -3
fs/ocfs2/stackglue.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * stackglue.h 6 4 * 7 5 * Glue to the underlying cluster stack.
+1 -3
fs/ocfs2/suballoc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * suballoc.c 6 4 * 7 5 * metadata alloc and free
+1 -3
fs/ocfs2/suballoc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * suballoc.h 6 4 * 7 5 * Defines sub allocator api
+1 -3
fs/ocfs2/super.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * super.c 6 4 * 7 5 * load/unload driver, mount/dismount volumes
+1 -3
fs/ocfs2/super.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * super.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/symlink.c
··· 1 - /* -*- mode: c; c-basic-offset: 8; -*- 2 - * vim: noexpandtab sw=8 ts=8 sts=0: 3 - * 1 + /* 4 2 * linux/cluster/ssi/cfs/symlink.c 5 3 * 6 4 * This program is free software; you can redistribute it and/or
+1 -3
fs/ocfs2/symlink.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * symlink.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/sysfile.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * sysfile.c 6 4 * 7 5 * Initialize, read, write, etc. system files.
+1 -3
fs/ocfs2/sysfile.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * sysfile.h 6 4 * 7 5 * Function prototypes
+1 -3
fs/ocfs2/uptodate.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * uptodate.c 6 4 * 7 5 * Tracking the up-to-date-ness of a local buffer_head with respect to
+1 -3
fs/ocfs2/uptodate.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * uptodate.h 6 4 * 7 5 * Cluster uptodate tracking
+1 -3
fs/ocfs2/xattr.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * xattr.c 6 4 * 7 5 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
+1 -3
fs/ocfs2/xattr.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * xattr.h 6 4 * 7 5 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
-10
fs/reiserfs/procfs.c
··· 488 488 * (available at http://www.namesys.com/legalese.html) 489 489 * 490 490 */ 491 - 492 - /* 493 - * Make Linus happy. 494 - * Local variables: 495 - * c-indentation-style: "K&R" 496 - * mode-name: "LC" 497 - * c-basic-offset: 8 498 - * tab-width: 8 499 - * End: 500 - */
+1 -3
include/linux/configfs.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 - /* -*- mode: c; c-basic-offset: 8; -*- 3 - * vim: noexpandtab sw=8 ts=8 sts=0: 4 - * 2 + /* 5 3 * configfs.h - definitions for the device driver filesystem 6 4 * 7 5 * Based on sysfs:
-1
include/linux/genl_magic_func.h
··· 404 404 405 405 /* }}}1 */ 406 406 #endif /* GENL_MAGIC_FUNC_H */ 407 - /* vim: set foldmethod=marker foldlevel=1 nofoldenable : */
-1
include/linux/genl_magic_struct.h
··· 283 283 284 284 /* }}}1 */ 285 285 #endif /* GENL_MAGIC_STRUCT_H */ 286 - /* vim: set foldmethod=marker nofoldenable : */
-11
include/uapi/linux/if_bonding.h
··· 153 153 #define BOND_3AD_STAT_MAX (__BOND_3AD_STAT_MAX - 1) 154 154 155 155 #endif /* _LINUX_IF_BONDING_H */ 156 - 157 - /* 158 - * Local variables: 159 - * version-control: t 160 - * kept-new-versions: 5 161 - * c-indent-level: 8 162 - * c-basic-offset: 8 163 - * tab-width: 8 164 - * End: 165 - */ 166 -
-6
include/uapi/linux/nfs4.h
··· 178 178 #define NFS4_MAX_BACK_CHANNEL_OPS 2 179 179 180 180 #endif /* _UAPI_LINUX_NFS4_H */ 181 - 182 - /* 183 - * Local variables: 184 - * c-basic-offset: 8 185 - * End: 186 - */
-10
include/xen/interface/elfnote.h
··· 208 208 #define XEN_ELFNOTE_MAX XEN_ELFNOTE_PHYS32_ENTRY 209 209 210 210 #endif /* __XEN_PUBLIC_ELFNOTE_H__ */ 211 - 212 - /* 213 - * Local variables: 214 - * mode: C 215 - * c-set-style: "BSD" 216 - * c-basic-offset: 4 217 - * tab-width: 4 218 - * indent-tabs-mode: nil 219 - * End: 220 - */
-10
include/xen/interface/hvm/hvm_vcpu.h
··· 131 131 typedef struct vcpu_hvm_context vcpu_hvm_context_t; 132 132 133 133 #endif /* __XEN_PUBLIC_HVM_HVM_VCPU_H__ */ 134 - 135 - /* 136 - * Local variables: 137 - * mode: C 138 - * c-file-style: "BSD" 139 - * c-basic-offset: 4 140 - * tab-width: 4 141 - * indent-tabs-mode: nil 142 - * End: 143 - */
-10
include/xen/interface/io/xenbus.h
··· 39 39 }; 40 40 41 41 #endif /* _XEN_PUBLIC_IO_XENBUS_H */ 42 - 43 - /* 44 - * Local variables: 45 - * c-file-style: "linux" 46 - * indent-tabs-mode: t 47 - * c-indent-level: 8 48 - * c-basic-offset: 8 49 - * tab-width: 8 50 - * End: 51 - */
-2
samples/configfs/configfs_sample.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * vim: noexpandtab ts=8 sts=0 sw=8: 4 - * 5 3 * configfs_example_macros.c - This file is a demonstration module 6 4 * containing a number of configfs subsystems. It uses the helper 7 5 * macros defined by configfs.h
-2
tools/usb/hcd-tests.sh
··· 272 272 echo '' 273 273 done 274 274 done 275 - 276 - # vim: sw=4