diff --git a/fs/nilfs2/alloc.c b/fs/nilfs2/alloc.c index eaa0c6af80c3481d02f07ac8fe0d6722df0236ca..82362a5d81ed065be0e04b57179da72c64a11ba3 100644 --- a/fs/nilfs2/alloc.c +++ b/fs/nilfs2/alloc.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Original code was written by Koji Sato . - * Two allocators were unified by Ryusuke Konishi , - * Amagai Yoshiji . + * Originally written by Koji Sato. + * Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji. */ #include diff --git a/fs/nilfs2/alloc.h b/fs/nilfs2/alloc.h index 62982eea63c0d5701cb15037f0d8e82c5b9630ba..2bd567d98bc66edab94ab1ab3f961a24a4cf6ffa 100644 --- a/fs/nilfs2/alloc.h +++ b/fs/nilfs2/alloc.h @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Original code was written by Koji Sato . - * Two allocators were unified by Ryusuke Konishi , - * Amagai Yoshiji . + * Originally written by Koji Sato. + * Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji. */ #ifndef _NILFS_ALLOC_H diff --git a/fs/nilfs2/bmap.c b/fs/nilfs2/bmap.c index fcd79e611c877148ce69ff8a495568e8a72e34f9..a5eab798a7a3ef08a09e11db0e1ff6e22b9fd028 100644 --- a/fs/nilfs2/bmap.c +++ b/fs/nilfs2/bmap.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/bmap.h b/fs/nilfs2/bmap.h index baa6d404f3690a41a8185fe03c37170aa809ef81..c14f822682daee0a8899c9ac950f5010c34a38fa 100644 --- a/fs/nilfs2/bmap.h +++ b/fs/nilfs2/bmap.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_BMAP_H diff --git a/fs/nilfs2/btnode.c b/fs/nilfs2/btnode.c index 55241effa3c0a8422476728ba2668d788b4148e0..0576033699bc621f525bf744ec32ca387bd4c6a8 100644 --- a/fs/nilfs2/btnode.c +++ b/fs/nilfs2/btnode.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * This file was originally written by Seiji Kihara - * and fully revised by Ryusuke Konishi for - * stabilization and simplification. + * Originally written by Seiji Kihara. + * Fully revised by Ryusuke Konishi for stabilization and simplification. * */ diff --git a/fs/nilfs2/btnode.h b/fs/nilfs2/btnode.h index 0727096a8c53149628c76227fd37b8903b9d8fb1..2cc1b80e18f72a84003f4c16c90a4d603469c439 100644 --- a/fs/nilfs2/btnode.h +++ b/fs/nilfs2/btnode.h @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Seiji Kihara - * Revised by Ryusuke Konishi + * Written by Seiji Kihara. + * Revised by Ryusuke Konishi. */ #ifndef _NILFS_BTNODE_H diff --git a/fs/nilfs2/btree.c b/fs/nilfs2/btree.c index cc748ff3b8760d6ef42678e7a61dce438ded96c1..8fc73d0a923ca4816208dfb9dc36ec1036ae5545 100644 --- a/fs/nilfs2/btree.c +++ b/fs/nilfs2/btree.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/btree.h b/fs/nilfs2/btree.h index 9497732b3b1dad3a469ac2d57bdbca88976ad5fa..df1a25faa83bce0be21f6e3bc3bdbd50a779ff13 100644 --- a/fs/nilfs2/btree.h +++ b/fs/nilfs2/btree.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_BTREE_H diff --git a/fs/nilfs2/cpfile.c b/fs/nilfs2/cpfile.c index 15016eca4dc46a1c15236aa407b8f749a8221dcc..d192b48df9fb9a80d7e67bc971bd0822a27c8fc6 100644 --- a/fs/nilfs2/cpfile.c +++ b/fs/nilfs2/cpfile.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/cpfile.h b/fs/nilfs2/cpfile.h index 3dcaceb66be6f6e263f643693809d88040cbc90a..5bdb8262928b4f598796af8657e7d01e7ef5bb16 100644 --- a/fs/nilfs2/cpfile.h +++ b/fs/nilfs2/cpfile.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_CPFILE_H diff --git a/fs/nilfs2/dat.c b/fs/nilfs2/dat.c index 7427c114aa1127c581d64541b6502f3bd5833a24..e92257bc42eea5f6da7ff26ad7dcd7d1cdb13d1f 100644 --- a/fs/nilfs2/dat.c +++ b/fs/nilfs2/dat.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/dat.h b/fs/nilfs2/dat.h index edd0586220d4523753af3a63586a1b997f5ead04..c7035b5b1aeda30c336bcadf128300988a9fa954 100644 --- a/fs/nilfs2/dat.h +++ b/fs/nilfs2/dat.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_DAT_H diff --git a/fs/nilfs2/dir.c b/fs/nilfs2/dir.c index 955070bd20a5e2a368841002309b38ea86f1841d..5756dda3083fc8d89f74400f7b582b57c237b9bf 100644 --- a/fs/nilfs2/dir.c +++ b/fs/nilfs2/dir.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Modified for NILFS by Amagai Yoshiji + * Modified for NILFS by Amagai Yoshiji. */ /* * linux/fs/ext2/dir.c diff --git a/fs/nilfs2/direct.c b/fs/nilfs2/direct.c index 24700229d6d4ac0992494dc7f9d6bdf78d70fd05..22058d0b36e921160efdb6f61970c036c3d54696 100644 --- a/fs/nilfs2/direct.c +++ b/fs/nilfs2/direct.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/direct.h b/fs/nilfs2/direct.h index e4eb1b7e407cff44edada54fc0404c47385e1aeb..3015a6e78724f9fd1e5f3d17930fb8be2dc6695e 100644 --- a/fs/nilfs2/direct.h +++ b/fs/nilfs2/direct.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_DIRECT_H diff --git a/fs/nilfs2/file.c b/fs/nilfs2/file.c index 49243ca6e3e9dfb2e4ac0588ea195d458510eb02..547381f3ce137f1371805fea00a94206bb8e1b56 100644 --- a/fs/nilfs2/file.c +++ b/fs/nilfs2/file.c @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Amagai Yoshiji , - * Ryusuke Konishi + * Written by Amagai Yoshiji and Ryusuke Konishi. */ #include diff --git a/fs/nilfs2/gcinode.c b/fs/nilfs2/gcinode.c index b0321886ce332de4cdbf8dcafc91d87b5d30766d..693aded72498e2019fd36e96630b114db89ea172 100644 --- a/fs/nilfs2/gcinode.c +++ b/fs/nilfs2/gcinode.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Seiji Kihara , Amagai Yoshiji , - * and Ryusuke Konishi . - * Revised by Ryusuke Konishi . + * Written by Seiji Kihara, Amagai Yoshiji, and Ryusuke Konishi. + * Revised by Ryusuke Konishi. * */ /* diff --git a/fs/nilfs2/ifile.c b/fs/nilfs2/ifile.c index 06f9b5aa617573179b39d9add37690876e2ce2ae..d9048f6a77805d8a6d7a845b77964c09fa767b47 100644 --- a/fs/nilfs2/ifile.c +++ b/fs/nilfs2/ifile.c @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Amagai Yoshiji . - * Revised by Ryusuke Konishi . + * Written by Amagai Yoshiji. + * Revised by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/ifile.h b/fs/nilfs2/ifile.h index c61637e444f1eab9cd571fe5a5aa4cc75d06e1ef..1b7d7afcb35e388bf87934bbb6285ed7151667f1 100644 --- a/fs/nilfs2/ifile.h +++ b/fs/nilfs2/ifile.h @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Amagai Yoshiji - * Revised by Ryusuke Konishi + * Written by Amagai Yoshiji. + * Revised by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c index 1bdb17bb01d3ff0aaa790c85c27f35900e6831bc..90061151f0c2e3080e6c9f81193b0e154e0b4f1f 100644 --- a/fs/nilfs2/inode.c +++ b/fs/nilfs2/inode.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index 4db0e5ff6c6738674a692ca56891a30961bed80f..e86599801d8be17f546f61aaa3cf4804c9e9c965 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #include diff --git a/fs/nilfs2/mdt.c b/fs/nilfs2/mdt.c index 0ab93bdfa261f1f038c1832f08e690debe5ba9b4..36fa9412f8507cf7fa78f0fee310d8e56ecd7518 100644 --- a/fs/nilfs2/mdt.c +++ b/fs/nilfs2/mdt.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. */ #include diff --git a/fs/nilfs2/mdt.h b/fs/nilfs2/mdt.h index 5fc07ecf32a3d2f5035cd7d8739b9a57364bd336..54e3b7fd783c68f756a328185c72bee53b08f21a 100644 --- a/fs/nilfs2/mdt.h +++ b/fs/nilfs2/mdt.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. */ #ifndef _NILFS_MDT_H diff --git a/fs/nilfs2/namei.c b/fs/nilfs2/namei.c index db0a4bcf6015d5cdab8e3af11cfc1268cd8a0a2e..8234af99d7d748480e3cc07d794686b4b6a9b6a7 100644 --- a/fs/nilfs2/namei.c +++ b/fs/nilfs2/namei.c @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Modified for NILFS by Amagai Yoshiji , - * Ryusuke Konishi + * Modified for NILFS by Amagai Yoshiji and Ryusuke Konishi. */ /* * linux/fs/ext2/namei.c diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index e2089a18b24be2f4f6b90ec2edd2227020c22d9c..fa179d4e5dba57e0a218adc26939a9375cb1991c 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato - * Ryusuke Konishi + * Written by Koji Sato and Ryusuke Konishi. */ #ifndef _NILFS_H diff --git a/fs/nilfs2/page.c b/fs/nilfs2/page.c index b10057eb4d8e4e0fd29c1726c61695352b53f898..19687139f1975f456f9f97084e77d3b19859f173 100644 --- a/fs/nilfs2/page.c +++ b/fs/nilfs2/page.c @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi , - * Seiji Kihara . + * Written by Ryusuke Konishi and Seiji Kihara. */ #include diff --git a/fs/nilfs2/page.h b/fs/nilfs2/page.h index 6df10e1276784b4c386f35713bfdb3885e3859da..041f2dc5e6343712b10cbcdb0ad9977d4f9d678a 100644 --- a/fs/nilfs2/page.h +++ b/fs/nilfs2/page.h @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi , - * Seiji Kihara . + * Written by Ryusuke Konishi and Seiji Kihara. */ #ifndef _NILFS_PAGE_H diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c index 2ae1dfccf6e81b48e13b06cec2e2a44929f7192b..402a45c2550dca703be705c044a05cfd5e582b19 100644 --- a/fs/nilfs2/recovery.c +++ b/fs/nilfs2/recovery.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. */ #include diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index 8aef62d81553545501fd0934d55e0761aef2084b..52f6a6c8bab17881587a2987337c9859fd8f12c5 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/segbuf.h b/fs/nilfs2/segbuf.h index fa4ed03744bb0a692560dcb4b89a50b89a349764..fc3a0fe3119c86c30456c710fa089f62ae2b00c7 100644 --- a/fs/nilfs2/segbuf.h +++ b/fs/nilfs2/segbuf.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ #ifndef _NILFS_SEGBUF_H diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c index cafb61c32b795640263a1aad4420e8b27178fffa..ddbfb09527cd25d1cf35dac7bb7343e85a2be9c4 100644 --- a/fs/nilfs2/segment.c +++ b/fs/nilfs2/segment.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/segment.h b/fs/nilfs2/segment.h index a118eabd3ed6a7846ef6f03f5e998fd213ec3e62..6cb12dbee7c175f87355ac1ddd21b532845d6c33 100644 --- a/fs/nilfs2/segment.h +++ b/fs/nilfs2/segment.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ #ifndef _NILFS_SEGMENT_H diff --git a/fs/nilfs2/sufile.c b/fs/nilfs2/sufile.c index 1d602482b51e3e4029a5525fc0f23638b9156e2c..df439da883bca897c887ac9c9fdc67fbf2994f7e 100644 --- a/fs/nilfs2/sufile.c +++ b/fs/nilfs2/sufile.c @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . - * Revised by Ryusuke Konishi . + * Written by Koji Sato. + * Revised by Ryusuke Konishi. */ #include diff --git a/fs/nilfs2/sufile.h b/fs/nilfs2/sufile.h index c4cf47e14b703982d5fd0e98b11b04647b5e7b56..46e89872294c4fd43400128ac62afa401fbac5f7 100644 --- a/fs/nilfs2/sufile.h +++ b/fs/nilfs2/sufile.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Koji Sato . + * Written by Koji Sato. */ #ifndef _NILFS_SUFILE_H diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index d304faa66f49f4c11c4a6e70f1b8ee9a8262f4ae..2ed3e4008e72590820c8f954caabe07ab1f70b5b 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. */ /* * linux/fs/ext2/super.c diff --git a/fs/nilfs2/the_nilfs.c b/fs/nilfs2/the_nilfs.c index 8e270128ae86817af35edfbb14dccd8eed4fdf9f..ba4b8189c3420136bdfffca255d7080961a54e40 100644 --- a/fs/nilfs2/the_nilfs.c +++ b/fs/nilfs2/the_nilfs.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 426e4acc772b443c69a62ed615ee74218e40b33d..6a262933fed9955f1ffc4f0c1a97347e620d2ac9 100644 --- a/fs/nilfs2/the_nilfs.h +++ b/fs/nilfs2/the_nilfs.h @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Written by Ryusuke Konishi + * Written by Ryusuke Konishi. * */ diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 0d7f8141382ad3478f0a3550004e80fe48a394c5..823d63d61081737435b3172986151a1bebb702f4 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h @@ -13,8 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * Written by Koji Sato - * Ryusuke Konishi + * Written by Koji Sato and Ryusuke Konishi. */ /* * linux/include/linux/ext2_fs.h