[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] docs: fix typo in printk-formats documentation
- To: Ravindra Kumar Bundela <ravindrarkb1205@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Mon, 1 Jun 2026 09:34:48 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=GiewfEkKi4x8zFr6QmO9Oh/HQDEw+bCh/sgdL6uNHcE=; b=vqRA+aJVhVk3/nKM4autWwAZcpQyww7XcV8WnTnvncV/GGYEsKut1TAbSuqaIJgkH2tLVSLjaRomA6eOoh+wCiXMj+T9J8MZuNvdCGnvae+wZ8u90IH0VxjoyDgJzWJUOkLfyr8cZ2XkWVamdnm2ExTgoFa774S2Q1QEDZAHC9lo7tHw8vXhB6tXo5Uh4US/ZVbTP6B5f/lfJJsebHMrneUe12erTNeNwveSIiiLQTseYdZFPzsmBnufeIiBYJ9LHUAyjxh9hIryfjBf+CBITHhHU3eVottNhnIAS1SmcIJOcw/f4TXs+jL5ZRN9r+F6GGaC2M6yCdfmse9em2u6MQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aalrJvPlP2OjH6u2h800ZWkVnzEaVyHiEobxUROWmbncMUDXrX1iVdWNBXEdbXtmYlLS2h+9g3feGbyhYFbHEHeIATyvbpO+lgT23e5xvkBCxg5ytN3tXdE+S7QC7YDBDP4JW+vzyeLeRIUWkEQ5aZaMm/VQsYNVM2wzqZdgxpsli6Xo09u2BLPbU0SdXlXByBgiJSH/57/isAtWYe4PvDbrRLN04lrDjZmDJ/EBnZEOfbA1o3rBdvhPpOuebtquUGhqSD1zQF56kPyc8ipch1Lbejcz6Miw9dQvvpkfhedWIIqrWG+TQXZS5Wfel717UT91QYUZZVsEib+M7ayuhg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Delivery-date: Mon, 01 Jun 2026 07:35:06 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hello,
Thanks for your submission.
When sending patches, please CC relevant maintainers by using
./scripts/add_maintainers.pl (automatically adds them into the patch) or
get_maintainers.pl.
On 01-Jun-26 09:12, Ravindra Kumar Bundela wrote:
> Signed-off-by: Ravindra Kumar Bundela <ravindrarkb1205@xxxxxxxxx>
> ---
> docs/misc/printk-formats.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/misc/printk-formats.txt b/docs/misc/printk-formats.txt
> index ce32829dae..2cad98703b 100644
> --- a/docs/misc/printk-formats.txt
> +++ b/docs/misc/printk-formats.txt
> @@ -23,7 +23,7 @@ Bitmaps (e.g. cpumask/nodemask):
>
> Symbol/Function pointers:
>
> - %ps Symbol name with condition offset and size (iff offset != 0)
> + %ps Symbol name with conditional offset and size (iff offset != 0)
> e.g. printk
> default_idle+0x78/0x7d
>
Acked-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|