mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pvapconfig: Fix 'doc list item without indentation'
Command used: $ cargo +nightly clippy ... warning: doc list item without indentation --> pvapconfig/src/ap.rs:71:5 | 71 | /// This may take some time and even loop forever if there Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
6c75a06b12
commit
66ef6b5945
@@ -68,6 +68,7 @@ pub fn ap_bus_has_apsb_support() -> Result<(), String> {
|
||||
/// This function loops until the AP bus reports that
|
||||
/// - all AP queue devices have been constructed
|
||||
/// - and all AP device have been bound to a device driver.
|
||||
///
|
||||
/// This may take some time and even loop forever if there
|
||||
/// is something wrong with the kernel modules setup.
|
||||
/// Returns true when AP bus bindings are complete,
|
||||
|
||||
Reference in New Issue
Block a user