From patchwork Thu Oct 17 06:27:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiapeng Chong X-Patchwork-Id: 13839490 Received: from out30-97.freemail.mail.aliyun.com (out30-97.freemail.mail.aliyun.com [115.124.30.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 06F8C13D24C; Thu, 17 Oct 2024 06:27:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.97 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729146478; cv=none; b=BD9h3CKRYx2dZuduUtAmOGyC47oNyGCcR1ZBLJx/fo5Qd7kdupUe4X6yED8P/JPsWswD4dQ3aeAW/EXpWsu7joBT2uf+0brzAbU89+OW72WOufdHxoDZLQ3GnWx7T5C/G1LLsxrxHMwckTcCszvi5Da9sYLrHQiX+tXWZ1q3iJ0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729146478; c=relaxed/simple; bh=1YI1JIVndbHN3TKQD/LWLay/ZA2uNlvsG+CjzvtLf+w=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=gKzVsB6oy3OZdfT8L9rxfhuvY1a6ptyoIMAjGf9CvhJ83OzadUSavr9/pbfcxm1QYgriPQxyiCk5ptKb1LPBMicKSXc8jWVXMPITAPgpA02aFKyRMjcY9iptbf6IoB2vKJe4jJBoiNwZBJoATmejR2exKYHBvnBk+qsXvO1gTVg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=RbgVqPK4; arc=none smtp.client-ip=115.124.30.97 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="RbgVqPK4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1729146471; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=8EBMqCDG2unLVRrpCMVLspUXgdimrDi8kQNyWhFTdQM=; b=RbgVqPK4DUbj0K2q+G2vrKUX3ILa1Ul9MFzYO4flr9Nkzg9spwWDSybsumiaZZUTcmSXB8xQX3yf4RPTsSpSIwrOHUvQ2qEkU4hKHOtxK/ylDXXm8OUyNdDV1uzeDVgenAg5Pj/NIn45xAvYJ7MLB2mxrNdPTc3+jeg/5Mx46+Q= Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0WHJop7U_1729146460 cluster:ay36) by smtp.aliyun-inc.com; Thu, 17 Oct 2024 14:27:50 +0800 From: Jiapeng Chong To: anna-maria@linutronix.de Cc: frederic@kernel.org, tglx@linutronix.de, jstultz@google.com, sboyd@kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH -next 1/2] selftests:timers: remove unneeded semicolon Date: Thu, 17 Oct 2024 14:27:36 +0800 Message-Id: <20241017062737.98466-1-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 No functional modification involved. ./tools/testing/selftests/timers/nanosleep.c:63:2-3: Unneeded semicolon. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11407 Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/nanosleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/nanosleep.c b/tools/testing/selftests/timers/nanosleep.c index 252c6308c569..36f9b97f232a 100644 --- a/tools/testing/selftests/timers/nanosleep.c +++ b/tools/testing/selftests/timers/nanosleep.c @@ -60,7 +60,7 @@ char *clockstring(int clockid) return "CLOCK_BOOTTIME_ALARM"; case CLOCK_TAI: return "CLOCK_TAI"; - }; + } return "UNKNOWN_CLOCKID"; } From patchwork Thu Oct 17 06:27:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiapeng Chong X-Patchwork-Id: 13839491 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9193318BB98; Thu, 17 Oct 2024 06:27:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729146483; cv=none; b=NrA/475GRo94QJnsvpIagLcKHm0yCp9ITDX1xgC8BUJW2pGMUMg2C53hmEi59C6V8QxuFS3NMiI2U5K6o/ZS2GPm/ASFDtktBASSoL8YMP3brjTcmofd0CWKx3CL0nRW3mEZQd/s+qUUvn7rA/BgxG9pO8YtT47uI8r1HvK6sEY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729146483; c=relaxed/simple; bh=LqFDqAgEJSoHz4hoVg7qMEkHhjiZJWeS8yESL/ny9pk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=kBCw35ennsOO4qwIAUrpUhUgxkdwgAD1yuS5eW74oFab6arEi/I9Lu0fyMGAgRL134f7s6JHpxcx8iHJSrNLgu1paO6FJ0cLg6Dh8H0anP28gLlO3nfkB6udkO4ce2Phf3d7bmkeoHxSw3Zb4sxz+K18lvoWQoCCBfzo89xvBIg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=SVwPVHTy; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="SVwPVHTy" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1729146475; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=9kyIRu3z25zanOchYPPkgKpLrSn2+dwGxCbPeyMqtpI=; b=SVwPVHTyT4xzWBr7g4aqLJBAVDZcaT0xy3Cnd310HjAhsXRuNXtt2sx5tTEETkRcvIM9xqoz7Yev6OUwLTF/UUrYuNw3bHbY+xAQiUWjKjYNOuxrqYxQhIGMJRYhQQu+wzdOV85QkKb9WoFWQ4hNMYd3a/s4QuM5AREPH4L9ZdY= Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0WHJqgVq_1729146473 cluster:ay36) by smtp.aliyun-inc.com; Thu, 17 Oct 2024 14:27:55 +0800 From: Jiapeng Chong To: anna-maria@linutronix.de Cc: frederic@kernel.org, tglx@linutronix.de, jstultz@google.com, sboyd@kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH -next 2/2] selftests:timers: remove unneeded semicolon Date: Thu, 17 Oct 2024 14:27:37 +0800 Message-Id: <20241017062737.98466-2-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f In-Reply-To: <20241017062737.98466-1-jiapeng.chong@linux.alibaba.com> References: <20241017062737.98466-1-jiapeng.chong@linux.alibaba.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 No functional modification involved. ./tools/testing/selftests/timers/nsleep-lat.c:62:2-3: Unneeded semicolon. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11406 Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/nsleep-lat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/nsleep-lat.c b/tools/testing/selftests/timers/nsleep-lat.c index de23dc0c9f97..6f7f7d682439 100644 --- a/tools/testing/selftests/timers/nsleep-lat.c +++ b/tools/testing/selftests/timers/nsleep-lat.c @@ -59,7 +59,7 @@ char *clockstring(int clockid) return "CLOCK_BOOTTIME_ALARM"; case CLOCK_TAI: return "CLOCK_TAI"; - }; + } return "UNKNOWN_CLOCKID"; }