From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- kernel/Documentation/ABI/testing/sysfs-kernel-boot_params | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params b/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params index eca38ce..7f9bda4 100644 --- a/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params +++ b/kernel/Documentation/ABI/testing/sysfs-kernel-boot_params @@ -23,16 +23,17 @@ representation of setup_data type. "data" file is the binary representation of setup_data payload. - The whole boot_params directory structure is like below: - /sys/kernel/boot_params - |__ data - |__ setup_data - | |__ 0 - | | |__ data - | | |__ type - | |__ 1 - | |__ data - | |__ type - |__ version + The whole boot_params directory structure is like below:: + + /sys/kernel/boot_params + |__ data + |__ setup_data + | |__ 0 + | | |__ data + | | |__ type + | |__ 1 + | |__ data + | |__ type + |__ version Users: Kexec -- Gitblit v1.6.2