Skip to content

Commit c60ec8f

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 538b822 commit c60ec8f

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
@@ -51,11 +51,11 @@ kernel configuration.
5151
.. code-block:: text
5252
5353
Symbol: CRYPTO_DEV_SA2UL [=m]
54-
¦ Type : tristate
55-
¦ Prompt: Support for TI security accelerator
56-
¦ Location:
57-
¦ -> Cryptographic API (CRYPTO [=y])
58-
¦ (1) -> Hardware crypto devices (CRYPTO_HW [=y])
54+
| Type : tristate
55+
| Prompt: Support for TI security accelerator
56+
| Location:
57+
| -> Cryptographic API (CRYPTO [=y])
58+
| (1) -> Hardware crypto devices (CRYPTO_HW [=y])
5959
6060
To check if sa2ul module is properly installed,
6161
run the below command from the Linux command prompt:

0 commit comments

Comments
 (0)