From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754698AbcBVLiS (ORCPT ); Mon, 22 Feb 2016 06:38:18 -0500 Received: from 9.mo1.mail-out.ovh.net ([178.32.108.172]:46094 "EHLO 9.mo1.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754011AbcBVLiR (ORCPT ); Mon, 22 Feb 2016 06:38:17 -0500 X-Greylist: delayed 4201 seconds by postgrey-1.27 at vger.kernel.org; Mon, 22 Feb 2016 06:38:16 EST From: Philippe Loctaux To: clm@fb.com Cc: jbacik@fb.com, dsterba@suse.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, Philippe Loctaux Subject: [PATCH 3/3] Btrfs: disk-io: fixed a comment block coding style issue Date: Mon, 22 Feb 2016 11:18:08 +0100 Message-Id: <1456136288-4718-3-git-send-email-phil@philippeloctaux.com> X-Mailer: git-send-email 2.7.1 In-Reply-To: <1456136288-4718-1-git-send-email-phil@philippeloctaux.com> References: <1456136288-4718-1-git-send-email-phil@philippeloctaux.com> X-Ovh-Tracer-Id: 16170737413381002515 X-Ovh-Remote: 80.14.13.17 (lstlambert-656-1-187-17.w80-14.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekjedrheegucetufdoteggodftvfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekjedrheeggddufecutefuodetggdotffvucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Makes the comment block start with /* on a separate line, and end with */ on a separate line as well. Signed-off-by: Philippe Loctaux --- fs/btrfs/disk-io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index f642b30..2545d01 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -4416,9 +4416,9 @@ void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans, wake_up(&cur_trans->commit_wait); /* - memset(cur_trans, 0, sizeof(*cur_trans)); - kmem_cache_free(btrfs_transaction_cachep, cur_trans); - */ + * memset(cur_trans, 0, sizeof(*cur_trans)); + * kmem_cache_free(btrfs_transaction_cachep, cur_trans); + */ } static int btrfs_cleanup_transaction(struct btrfs_root *root) -- 2.7.1