diff --git a/rust/pvapconfig/src/ap.rs b/rust/pvapconfig/src/ap.rs index f8881770..dedcd781 100644 --- a/rust/pvapconfig/src/ap.rs +++ b/rust/pvapconfig/src/ap.rs @@ -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,