Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Dec 2025 15:44:16 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8dd5b13df6d8 - stable/15 - LinuxKPI: page.c: remove a spurious character from a comment
Message-ID:  <6936f250.392f7.7aec2e5c@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch stable/15 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=8dd5b13df6d851c9dbb0811605bb0b5ddf3e1d27

commit 8dd5b13df6d851c9dbb0811605bb0b5ddf3e1d27
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-12-03 00:45:39 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-12-08 15:43:52 +0000

    LinuxKPI: page.c: remove a spurious character from a comment
    
    No functional changes.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 45d8bfdcba37996993748f4667646f5dc9f54506)
---
 sys/compat/linuxkpi/common/src/linux_page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c
index 628af17df853..a71a708c1bd8 100644
--- a/sys/compat/linuxkpi/common/src/linux_page.c
+++ b/sys/compat/linuxkpi/common/src/linux_page.c
@@ -175,7 +175,7 @@ linux_free_pages(struct page *page, unsigned int order)
 			 * contexts.
 			 *
 			 * Some pages are allocated by `linux_alloc_pages()`
-			 * above, but not all of them are. For instance in the
+			 * above, but not all of them are. For instance in the
 			 * DRM drivers, some pages come from
 			 * `shmem_read_mapping_page_gfp()`.
 			 *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6936f250.392f7.7aec2e5c>