Merge tag 'docs-5.8' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "A fair amount of stuff this time around, dominated by yet another massive set from Mauro toward the completion of the RST conversion. I *really* hope we are getting close to the end of this. Meanwhile, those patches reach pretty far afield to update document references around the tree; there should be no actual code changes there. There will be, alas, more of the usual trivial merge conflicts. Beyond that we have more translations, improvements to the sphinx scripting, a number of additions to the sysctl documentation, and lots of fixes" * tag 'docs-5.8' of git://git.lwn.net/linux: (130 commits) Documentation: fixes to the maintainer-entry-profile template zswap: docs/vm: Fix typo accept_threshold_percent in zswap.rst tracing: Fix events.rst section numbering docs: acpi: fix old http link and improve document format docs: filesystems: add info about efivars content Documentation: LSM: Correct the basic LSM description mailmap: change email for Ricardo Ribalda docs: sysctl/kernel: document unaligned controls Documentation: admin-guide: update bug-hunting.rst docs: sysctl/kernel: document ngroups_max nvdimm: fixes to maintainter-entry-profile Documentation/features: Correct RISC-V kprobes support entry Documentation/features: Refresh the arch support status files Revert "docs: sysctl/kernel: document ngroups_max" docs: move locking-specific documents to locking/ docs: move digsig docs to the security book docs: move the kref doc into the core-api book docs: add IRQ documentation at the core-api book docs: debugging-via-ohci1394.txt: add it to the core-api book docs: fix references for ipmi.rst file ...
This commit is contained in:
@@ -14,7 +14,7 @@ menuconfig IPMI_HANDLER
|
||||
IPMI is a standard for managing sensors (temperature,
|
||||
voltage, etc.) in a system.
|
||||
|
||||
See <file:Documentation/IPMI.txt> for more details on the driver.
|
||||
See <file:Documentation/driver-api/ipmi.rst> for more details on the driver.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
|
@@ -18,7 +18,7 @@ static int hotmod_handler(const char *val, const struct kernel_param *kp);
|
||||
|
||||
module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
|
||||
MODULE_PARM_DESC(hotmod, "Add and remove interfaces. See"
|
||||
" Documentation/IPMI.txt in the kernel sources for the"
|
||||
" Documentation/driver-api/ipmi.rst in the kernel sources for the"
|
||||
" gory details.");
|
||||
|
||||
/*
|
||||
|
@@ -968,7 +968,7 @@ static inline bool ipmi_thread_busy_wait(enum si_sm_result smi_result,
|
||||
* that are not BT and do not have interrupts. It starts spinning
|
||||
* when an operation is complete or until max_busy tells it to stop
|
||||
* (if that is enabled). See the paragraph on kimid_max_busy_us in
|
||||
* Documentation/IPMI.txt for details.
|
||||
* Documentation/driver-api/ipmi.rst for details.
|
||||
*/
|
||||
static int ipmi_thread(void *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user