Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3709279ybv; Mon, 10 Feb 2020 05:06:43 -0800 (PST) X-Google-Smtp-Source: APXvYqzjXyx+yLBFW8TXWy9SezAD3gd8tMBID6tKvVKMlL8Qd/34dadg+jVqKtZA2JpkS7MyLRHg X-Received: by 2002:a9d:7f8d:: with SMTP id t13mr904559otp.175.1581340003063; Mon, 10 Feb 2020 05:06:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581340003; cv=none; d=google.com; s=arc-20160816; b=kTGV7mFO52Bf7qQIIh/jq7dsUxuflOm7VgjD87VadFdkOiTK2cD4O9AEMXltF+3U2N gU5WWVdR4qHxDoK2gKg2XO/1dNpqZZV8evByzoNaQVu+JwRklr+rwoy8Pn6CZI4pF9n0 qIzmu9OFlDYBwmYjJQEtNGXytKN0/AJv/KZUXrGeA+HINRAx1/VgoG7offOxIBeWqVGA o7jLcvpRxxdcUy6R+kqYr26cZGDpiUfZ7pm+aDegGeBvKT6+Qzoh0FjvwqRNbDYd4J6c 16PKDzK9kBK0z//IT2y05p39ubhlzGvgHiUYglwJfvn4+Pnw78f3eNnA5Tk+Z8xPV1vF FGhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=POosr/TYi1eEAcZFxnUa07RrodJpQsQL0RRj6xgqpuQ=; b=Jq48/FyVqhDQ7M+RdQkKm9UIm8cpmSrI1H54xb9lTiBDy/1ADhE9rVybnP/bCALZCQ krYZrDx+DNsWFkiWPIJP5K2MihOHw/mfBZ90nnh5mFbU9EeyWxoge5MlQBsNmTQ/zZwP PVOlvRI3EHPtgM7F1OnYJBmwGZxhAtJz3rRj7gzLc6qrXenZpsoDJvgsyyQ2ZZTGFBcF AnD9sZqeZ07HDqVbYGgB6M8BPPFE18PfvXM1ltAJj1c+FlnIstSHkL5P1CgWRA6wyeN3 kGoFhDXyUDU5E+c7I+i5yPR2NhTTsnjfsnHciFN0OxuOicNBbcIEcimIZj7bWFcyjfRe bSMg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ZWYkbVIm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z7si145902oth.181.2020.02.10.05.06.30; Mon, 10 Feb 2020 05:06:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ZWYkbVIm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730617AbgBJNEx (ORCPT + 99 others); Mon, 10 Feb 2020 08:04:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:39482 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728671AbgBJMkL (ORCPT ); Mon, 10 Feb 2020 07:40:11 -0500 Received: from localhost (unknown [209.37.97.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8DF6E20842; Mon, 10 Feb 2020 12:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581338410; bh=vvmGs6nVmzOQFlgd10Nl4XppRHWf2yjrDu/yBIVkwIk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZWYkbVImMqDLlv9BGp258IJmBq71sWdafV+56b0WPVNyUJ31owmwbZNs3hCADJOoU Njhr+aidwEymUmJw9eC2QlijZjK/X4LfdFswfvePyqe5kYiH0lzWj+OpbQfy3ebkOk c6+4N2XxODG3fs4zEbV5SLmOFv8kgaKIxyiHHmpE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alexander Lobakin , Paul Burton , Ralf Baechle , James Hogan , Masahiro Yamada , Rob Herring , linux-mips@vger.kernel.org Subject: [PATCH 5.5 077/367] MIPS: syscalls: fix indentation of the SYSNR message Date: Mon, 10 Feb 2020 04:29:50 -0800 Message-Id: <20200210122431.337176361@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200210122423.695146547@linuxfoundation.org> References: <20200210122423.695146547@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alexander Lobakin commit 4f29ad200f7b40fbcf73cd65f95087535ba78380 upstream. It also lacks a whitespace (copy'n'paste error?) and also messes up the output: SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n64.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_o32.h WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h After: SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_n64.h SYSNR arch/mips/include/generated/uapi/asm/unistd_nr_o32.h WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h Present since day 0 of syscall table generation introduction for MIPS. Fixes: 9bcbf97c6293 ("mips: add system call table generation support") Cc: # v5.0+ Signed-off-by: Alexander Lobakin Signed-off-by: Paul Burton Cc: Ralf Baechle Cc: James Hogan Cc: Masahiro Yamada Cc: Rob Herring Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- arch/mips/kernel/syscalls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/kernel/syscalls/Makefile +++ b/arch/mips/kernel/syscalls/Makefile @@ -18,7 +18,7 @@ quiet_cmd_syshdr = SYSHDR $@ '$(syshdr_pfx_$(basetarget))' \ '$(syshdr_offset_$(basetarget))' -quiet_cmd_sysnr = SYSNR $@ +quiet_cmd_sysnr = SYSNR $@ cmd_sysnr = $(CONFIG_SHELL) '$(sysnr)' '$<' '$@' \ '$(sysnr_abis_$(basetarget))' \ '$(sysnr_pfx_$(basetarget))' \