Skip to content

Commit 59e2a26

Browse files
committed
style: use vertical bar instead of broken bar
Use ascii vertical bar instead of the unicode broken bar symbol. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 08a1322 commit 59e2a26

File tree

1 file changed

+5
-5
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers

1 file changed

+5
-5
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Crypto.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ kernel configuration.
4949
.. code-block:: text
5050
5151
Symbol: CRYPTO_DEV_SA2UL [=m]
52-
¦ Type : tristate
53-
¦ Prompt: Support for TI security accelerator
54-
¦ Location:
55-
¦ -> Cryptographic API (CRYPTO [=y])
56-
¦ (1) -> Hardware crypto devices (CRYPTO_HW [=y])
52+
| Type : tristate
53+
| Prompt: Support for TI security accelerator
54+
| Location:
55+
| -> Cryptographic API (CRYPTO [=y])
56+
| (1) -> Hardware crypto devices (CRYPTO_HW [=y])
5757
5858
To check if sa2ul module is properly installed,
5959
run the below command from the Linux command prompt:

0 commit comments

Comments
 (0)