Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbbBJShB (ORCPT ); Tue, 10 Feb 2015 13:37:01 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:56352 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753768AbbBJSg7 (ORCPT ); Tue, 10 Feb 2015 13:36:59 -0500 From: Tal Shorer To: linux-kernel@vger.kernel.org Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, andreas.dilger@intel.com, gregkh@linuxfoundation.org, clabbe.montjoie@gmail.com, dan.carpenter@oracle.com, tal.shorer@gmail.com Subject: [PATCH v4 3/3] staging: lustre: fix coding style errors fix the Date: Tue, 10 Feb 2015 20:36:21 +0200 Message-Id: <1423593381-10452-3-git-send-email-tal.shorer@gmail.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1423593381-10452-1-git-send-email-tal.shorer@gmail.com> References: <1423593381-10452-1-git-send-email-tal.shorer@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1123 Lines: 29 following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: missing spaces around '=' Signed-off-by: Tal Shorer --- drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c index c3d00e6..d70330f 100644 --- a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c +++ b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c @@ -308,7 +308,7 @@ static int proc_console_backoff(struct ctl_table *table, int write, dummy.proc_handler = &proc_dointvec; if (!write) { /* read */ - backoff= libcfs_console_backoff; + backoff = libcfs_console_backoff; rc = proc_dointvec(&dummy, write, buffer, lenp, ppos); return rc; } -- 2.2.2 -- 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/