diff options
| author | Akiyoshi Kurita <weibu@redadmin.org> | 2025-12-25 19:16:15 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-01-07 01:21:26 +0300 |
| commit | 46b4bb702e87e6bb337a7e0675cc7602431def6b (patch) | |
| tree | aa93f76ff8d05a0834f6911786677a75e6bd2f92 | |
| parent | ae350d71815a72235a2d74478092352c74390ce1 (diff) | |
| download | linux-46b4bb702e87e6bb337a7e0675cc7602431def6b.tar.xz | |
docs: spufs: fix ppc64 architecture line break
Fix a broken line break in the word "architecture" in the spufs
documentation.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251225161615.3107808-1-weibu@redadmin.org>
| -rw-r--r-- | Documentation/filesystems/spufs/spu_create.rst | 4 | ||||
| -rw-r--r-- | Documentation/filesystems/spufs/spu_run.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/filesystems/spufs/spu_create.rst b/Documentation/filesystems/spufs/spu_create.rst index 83108c099696..c1f1d857f911 100644 --- a/Documentation/filesystems/spufs/spu_create.rst +++ b/Documentation/filesystems/spufs/spu_create.rst @@ -113,8 +113,8 @@ Files Conforming to ============= - This call is Linux specific and only implemented by the ppc64 architec- - ture. Programs using this system call are not portable. + This call is Linux specific and only implemented by the ppc64 + architecture. Programs using this system call are not portable. Bugs diff --git a/Documentation/filesystems/spufs/spu_run.rst b/Documentation/filesystems/spufs/spu_run.rst index 7fdb1c31cb91..c5fb416296a9 100644 --- a/Documentation/filesystems/spufs/spu_run.rst +++ b/Documentation/filesystems/spufs/spu_run.rst @@ -120,8 +120,8 @@ Notes Conforming to ============= - This call is Linux specific and only implemented by the ppc64 architec- - ture. Programs using this system call are not portable. + This call is Linux specific and only implemented by the ppc64 + architecture. Programs using this system call are not portable. Bugs |
