Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754217AbbHJNzx (ORCPT ); Mon, 10 Aug 2015 09:55:53 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35041 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752323AbbHJNzt (ORCPT ); Mon, 10 Aug 2015 09:55:49 -0400 From: Swee Hua Law To: oleg.drokin@intel.com, andreas.dilger@intel.com, gregkh@linuxfoundation.org Cc: elfring@users.sourceforge.net, linux.kernel@junien.fridrick.net, Julia.Lawall@lip6.fr, sweehua81@gmail.com, HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH V2 3/4] staging: lustre: checkpatch: move */ block comment to next line Date: Mon, 10 Aug 2015 21:54:17 +0800 Message-Id: <1439214858-2994-4-git-send-email-sweehua81@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1439214858-2994-1-git-send-email-sweehua81@gmail.com> References: <1439135314-4020-1-git-send-email-sweehua81@gmail.com> <1439214858-2994-1-git-send-email-sweehua81@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1074 Lines: 29 Fix checkpatch problem: move */ from end of line to new line Signed-off-by: Swee Hua Law --- drivers/staging/lustre/lustre/llite/remote_perm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging/lustre/lustre/llite/remote_perm.c index aeda91a..49d78a3 100644 --- a/drivers/staging/lustre/lustre/llite/remote_perm.c +++ b/drivers/staging/lustre/lustre/llite/remote_perm.c @@ -117,7 +117,8 @@ static inline int remote_perm_hashfunc(uid_t uid) } /* NB: setxid permission is not checked here, instead it's done on - * MDT when client get remote permission. */ + * MDT when client get remote permission. + */ static int do_check_remote_perm(struct ll_inode_info *lli, int mask) { struct hlist_head *head; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/