From patchwork Tue Sep 4 15:59:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cyril Hrubis X-Patchwork-Id: 965987 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.linux.it (client-ip=213.254.12.146; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 424Wkb1q3Wz9sCw for ; Wed, 5 Sep 2018 02:00:07 +1000 (AEST) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 8EDD43E622F for ; Tue, 4 Sep 2018 17:59:43 +0200 (CEST) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-5.smtp.seeweb.it (in-5.smtp.seeweb.it [IPv6:2001:4b78:1:20::5]) by picard.linux.it (Postfix) with ESMTP id 7E7C93E622F for ; Tue, 4 Sep 2018 17:59:42 +0200 (CEST) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by in-5.smtp.seeweb.it (Postfix) with ESMTPS id CC30D6009F7 for ; Tue, 4 Sep 2018 17:59:41 +0200 (CEST) Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 1F3DFB0B9 for ; Tue, 4 Sep 2018 15:59:41 +0000 (UTC) From: Cyril Hrubis To: ltp@lists.linux.it Date: Tue, 4 Sep 2018 17:59:31 +0200 Message-Id: <20180904155931.7116-1-chrubis@suse.cz> X-Mailer: git-send-email 2.16.4 X-Virus-Scanned: clamav-milter 0.99.2 at in-5.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=0.2 required=7.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, SPF_PASS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on in-5.smtp.seeweb.it Subject: [LTP] [COMMITTED] [PATCH] lapi/syscalls: Fix typo in arm.in X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" This has been introduced in: commit 0d28feaac245064cdcbd0c3602a1737751348ebe Author: vaishnavid Date: Mon Sep 3 12:16:31 2018 +0000 syscalls: Prepare for testing statx syscall And caught by our travis. Signed-off-by: Cyril Hrubis --- include/lapi/syscalls/arm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lapi/syscalls/arm.in b/include/lapi/syscalls/arm.in index 807a52af9..0a7f98ac5 100644 --- a/include/lapi/syscalls/arm.in +++ b/include/lapi/syscalls/arm.in @@ -343,4 +343,4 @@ memfd_create (__NR_SYSCALL_BASE+385) execveat (__NR_SYSCALL_BASE+387) mlock2 (__NR_SYSCALL_BASE+390) copy_file_range (__NR_SYSCALL_BASE+391) -statx (__NR_SYSCALL+397) +statx (__NR_SYSCALL_BASE+397)