From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 BDFAA31DD96 for ; Sat, 30 May 2026 16:09:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780157349; cv=none; b=raYNAxhZAbvYZ4x2N7uXrqqxSZ5Hdbn5ZrnWqnS7dxHqXKzBnuhqciVeOMPo7gDHvjuFyNJD4E/749BIHSoXA1D1iuQQUhrDMai41mQTVYniS4pOeIEW9EwenbfkpWMvfYUbYYbpWEi7jRGzRBiMC60iyHQw5m6EUSp/jGNoby0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780157349; c=relaxed/simple; bh=0uOOT0Pg74hfKck1uVNCJMc9kwUFgM4R0cKVV1fsgeo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gdZxqd6qD3sv7dWAuh+WibhwV56MMT14iem1y8IvRuM5Sxw+yzBP5lS+7lMktc1KywoI+7NS4OEuLxFllsJ0wHI6XhUjeCIc1AffMRGIED31ciWerubFE/yNlDgeEZkIAmFwrAXRhcHQbO2xc/dBY7jQE/2A8ciFzWM0I48AIvw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=JJBhCL31; arc=none smtp.client-ip=95.215.58.186 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="JJBhCL31" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780157344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aUUIVAmkx/Ypt9mQILAH26xpQnPDQVetXnLDd+Sip7k=; b=JJBhCL31DCkNL1XqK0593h+hLIHcqRRSxnuKD8bnLTmM+e9ZQ/IPp18Yop43iQD0ArMQ6Z 4F0OkjzI4wJqBbPiELSR/1kSFzY5rBLAAzjS8HKo8y5y5nsghxR7IX/rF6Kqc5uvCT45xl BjgebrKyt7nYBrAP+7Wsy6bU9mNpdaw= From: Zenghui Yu To: linux-kernel@vger.kernel.org Cc: peterz@infradead.org, hannes@cmpxchg.org, surenb@google.com, Zenghui Yu Subject: [PATCH] MAINTAINERS: Fix spelling mistake in Peter's name Date: Sun, 31 May 2026 00:08:42 +0800 Message-ID: <20260530160842.29089-1-zenghui.yu@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Fix a typo in Peter's name which was added by commit 113d0a6b3954 ("MAINTAINERS: Add Peter explicitly to the psi section"). Signed-off-by: Zenghui Yu --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9ec290e38b44..8c14ec70cbdb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21345,7 +21345,7 @@ F: include/uapi/linux/pps_gen.h PRESSURE STALL INFORMATION (PSI) M: Johannes Weiner M: Suren Baghdasaryan -R: Peter Ziljstra +R: Peter Zijlstra S: Maintained F: include/linux/psi* F: kernel/sched/psi.c -- 2.53.0