VirtualBox

Ignore:
Timestamp:
Feb 17, 2025 8:15:19 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167573
Message:

Runtime/RTAcpi*: Doxygen fixes, bugref:10733

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/acpi.h

    r108234 r108252  
    107107    /** The name segment identifying the entry. */
    108108    char                    achNameSeg[4];
    109     /** Namespace entry type.. */
     109    /** Namespace entry type. */
    110110    RTACPINSENTRYTYPE       enmType;
    111111    /** Type dependent data. */
     
    432432 * @param   pNsRoot             The namespace root to add the entry to.
    433433 * @param   pszNameString       An ACPI NameString (either segment or path).
     434 * @param   pExternal           The external to add the entry for.
    434435 */
    435436DECLHIDDEN(int) rtAcpiNsAddEntryExternal(PRTACPINSROOT pNsRoot, const char *pszNameString, PCRTACPIASLEXTERNAL pExternal);
     
    463464 *
    464465 * @note This will only try to compress absolute name paths by converting it to a relative one
    465  *       (\SEG1 -> SEG1 for example if the current scope is \) Otherwise the string is just copied as is.
     466 *       (\\SEG1 -> SEG1 for example if the current scope is \\) Otherwise the string is just copied as is.
    466467 */
    467468DECLHIDDEN(int) rtAcpiNsCompressNameString(PCRTACPINSROOT pNsRoot, PCRTACPINSENTRY pNsEntry, const char *pszNameString, char *pszNameStringComp, size_t cchNameStringComp);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette