diff options
| -rw-r--r-- | Documentation/admin-guide/dell_rbu.rst (renamed from Documentation/driver-api/dell_rbu.rst) | 0 | ||||
| -rw-r--r-- | Documentation/admin-guide/index.rst | 1 | ||||
| -rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
| -rw-r--r-- | drivers/platform/x86/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/platform/x86/dell_rbu.c | 2 | 
5 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/driver-api/dell_rbu.rst b/Documentation/admin-guide/dell_rbu.rst index 5d1ce7bcd04d..5d1ce7bcd04d 100644 --- a/Documentation/driver-api/dell_rbu.rst +++ b/Documentation/admin-guide/dell_rbu.rst diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 545ea26364b7..4405b7485312 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -72,6 +72,7 @@ configure specific aspects of kernel behavior to your liking.     clearing-warn-once     cpu-load     cputopology +   dell_rbu     device-mapper/index     efi-stub     ext4 diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 38e638abe3eb..c1e1b3f6d419 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -73,7 +73,6 @@ available subsections can be seen below.     connector     console     dcdbas -   dell_rbu     edid     eisa     ipmb diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index ae21d08c65e8..a890f47fbeec 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -259,7 +259,7 @@ config DELL_RBU  	 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)  	 supporting application to communicate with the BIOS regarding the new  	 image for the image update to take effect. -	 See <file:Documentation/driver-api/dell_rbu.rst> for more details on the driver. +	 See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver.  config FUJITSU_LAPTOP diff --git a/drivers/platform/x86/dell_rbu.c b/drivers/platform/x86/dell_rbu.c index 3691391fea6b..7d5453326b43 100644 --- a/drivers/platform/x86/dell_rbu.c +++ b/drivers/platform/x86/dell_rbu.c @@ -24,7 +24,7 @@   * on every time the packet data is written. This driver requires an   * application to break the BIOS image in to fixed sized packet chunks.   * - * See Documentation/driver-api/dell_rbu.rst for more info. + * See Documentation/admin-guide/dell_rbu.rst for more info.   */  #include <linux/init.h>  #include <linux/module.h>  | 
