hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/acpi/acrestyp.h
....@@ -3,7 +3,7 @@
33 *
44 * Name: acrestyp.h - Defines, types, and structures for resource descriptors
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -139,7 +139,7 @@
139139 u8 descriptor_length;
140140 u8 triggering;
141141 u8 polarity;
142
- u8 sharable;
142
+ u8 shareable;
143143 u8 wake_capable;
144144 u8 interrupt_count;
145145 u8 interrupts[1];
....@@ -328,7 +328,7 @@
328328 u8 producer_consumer;
329329 u8 triggering;
330330 u8 polarity;
331
- u8 sharable;
331
+ u8 shareable;
332332 u8 wake_capable;
333333 u8 interrupt_count;
334334 struct acpi_resource_source resource_source;
....@@ -348,7 +348,7 @@
348348 u8 connection_type;
349349 u8 producer_consumer; /* For values, see Producer/Consumer above */
350350 u8 pin_config;
351
- u8 sharable; /* For values, see Interrupt Attributes above */
351
+ u8 shareable; /* For values, see Interrupt Attributes above */
352352 u8 wake_capable; /* For values, see Interrupt Attributes above */
353353 u8 io_restriction;
354354 u8 triggering; /* For values, see Interrupt Attributes above */
....@@ -508,7 +508,7 @@
508508 struct acpi_resource_pin_function {
509509 u8 revision_id;
510510 u8 pin_config;
511
- u8 sharable; /* For values, see Interrupt Attributes above */
511
+ u8 shareable; /* For values, see Interrupt Attributes above */
512512 u16 function_number;
513513 u16 pin_table_length;
514514 u16 vendor_length;
....@@ -520,7 +520,7 @@
520520 struct acpi_resource_pin_config {
521521 u8 revision_id;
522522 u8 producer_consumer; /* For values, see Producer/Consumer above */
523
- u8 sharable; /* For values, see Interrupt Attributes above */
523
+ u8 shareable; /* For values, see Interrupt Attributes above */
524524 u8 pin_config_type;
525525 u32 pin_config_value;
526526 u16 pin_table_length;
....@@ -560,7 +560,7 @@
560560 struct acpi_resource_pin_group_function {
561561 u8 revision_id;
562562 u8 producer_consumer; /* For values, see Producer/Consumer above */
563
- u8 sharable; /* For values, see Interrupt Attributes above */
563
+ u8 shareable; /* For values, see Interrupt Attributes above */
564564 u16 function_number;
565565 u16 vendor_length;
566566 struct acpi_resource_source resource_source;
....@@ -571,7 +571,7 @@
571571 struct acpi_resource_pin_group_config {
572572 u8 revision_id;
573573 u8 producer_consumer; /* For values, see Producer/Consumer above */
574
- u8 sharable; /* For values, see Interrupt Attributes above */
574
+ u8 shareable; /* For values, see Interrupt Attributes above */
575575 u8 pin_config_type; /* For values, see pin_config_type above */
576576 u32 pin_config_value;
577577 u16 vendor_length;