Message ID | 20160521113630.31693-1-andrea.gelmini@gelma.net (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
"Fix typo" as a patch subject is not very useful, especially that you seem to be using the same subject for all of your patches (which seem to be auto-generated by some script). Please be more specific, like in this particular case "ACPI / Documentation: Fix typo in namespace.txt" would do just fine. And analogously for the other patches in the series. On Sat, May 21, 2016 at 1:36 PM, Andrea Gelmini <andrea.gelmini@gelma.net> wrote: > Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> > --- > Documentation/acpi/namespace.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/acpi/namespace.txt b/Documentation/acpi/namespace.txt > index 1860cb3..fa84300 100644 > --- a/Documentation/acpi/namespace.txt > +++ b/Documentation/acpi/namespace.txt > @@ -28,7 +28,7 @@ Wysocki <rafael.j.wysocki@intel.com>. > Description Table) using its first entry, the data within the FADT > includes various fixed-length entries that describe fixed ACPI features > of the hardware. The FADT contains a pointer to the DSDT > - (Differentiated System Descripition Table). The XSDT also contains > + (Differentiated System Description Table). The XSDT also contains > entries pointing to possibly multiple SSDTs (Secondary System > Description Table). > > -- > 2.8.2.534.g1f66975 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/acpi/namespace.txt b/Documentation/acpi/namespace.txt index 1860cb3..fa84300 100644 --- a/Documentation/acpi/namespace.txt +++ b/Documentation/acpi/namespace.txt @@ -28,7 +28,7 @@ Wysocki <rafael.j.wysocki@intel.com>. Description Table) using its first entry, the data within the FADT includes various fixed-length entries that describe fixed ACPI features of the hardware. The FADT contains a pointer to the DSDT - (Differentiated System Descripition Table). The XSDT also contains + (Differentiated System Description Table). The XSDT also contains entries pointing to possibly multiple SSDTs (Secondary System Description Table).
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- Documentation/acpi/namespace.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)