ACPICA: AcpiSrc: Fix some translation issues for Linux conversion
[deliverable/linux.git] / drivers / acpi / acpica / utmath.c
index 2491a552b0e69eeba847364f3ab643505f5afb09..d88a8aaab2a64107bd3ffe2d84579aa2d3c0408f 100644 (file)
@@ -73,8 +73,8 @@ typedef union uint64_overlay {
  *
  * FUNCTION:    acpi_ut_short_divide
  *
- * PARAMETERS:  Dividend            - 64-bit dividend
- *              Divisor             - 32-bit divisor
+ * PARAMETERS:  dividend            - 64-bit dividend
+ *              divisor             - 32-bit divisor
  *              out_quotient        - Pointer to where the quotient is returned
  *              out_remainder       - Pointer to where the remainder is returned
  *
This page took 0.026076 seconds and 5 git commands to generate.