From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751714AbdCZS2K (ORCPT ); Sun, 26 Mar 2017 14:28:10 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34909 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbdCZS0x (ORCPT ); Sun, 26 Mar 2017 14:26:53 -0400 Date: Sun, 26 Mar 2017 23:56:33 +0530 From: Arushi Singhal To: linux-kernel@vger.kernel.org Cc: outreachy-kernel@googlegroups.com Subject: [PATCH] kernel: pid_namespace.c: Remove spaces before tabs Message-ID: <20170326182633.GA7742@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch is to remove unneeded spaces before tabs so as to follow kernel coding conventions. Signed-off-by: Arushi Singhal --- kernel/pid_namespace.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c index 850a87a1de2a..8ea1dc6ed25b 100644 --- a/kernel/pid_namespace.c +++ b/kernel/pid_namespace.c @@ -229,11 +229,11 @@ void zap_pid_ns_processes(struct pid_namespace *pid_ns) * to exit. * * Note: This signals each threads in the namespace - even those that - * belong to the same thread group, To avoid this, we would have - * to walk the entire tasklist looking a processes in this - * namespace, but that could be unnecessarily expensive if the - * pid namespace has just a few processes. Or we need to - * maintain a tasklist for each pid namespace. + * belong to the same thread group, To avoid this, we would have + * to walk the entire tasklist looking a processes in this + * namespace, but that could be unnecessarily expensive if the + * pid namespace has just a few processes. Or we need to + * maintain a tasklist for each pid namespace. * */ read_lock(&tasklist_lock); -- 2.11.0