[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
@ -269,7 +269,7 @@ struct acpi_device_wakeup_state {
|
||||
|
||||
struct acpi_device_wakeup {
|
||||
acpi_handle gpe_device;
|
||||
acpi_integer gpe_number;;
|
||||
acpi_integer gpe_number;
|
||||
acpi_integer sleep_state;
|
||||
struct acpi_handle_list resources;
|
||||
struct acpi_device_wakeup_state state;
|
||||
|
||||
@ -1037,7 +1037,7 @@ ia64_sn_get_sn_info(int fc, u8 *shubtype, u16 *nasid_bitmask, u8 *nasid_shift,
|
||||
|
||||
/***** BEGIN HACK - temp til old proms no longer supported ********/
|
||||
if (ret_stuff.status == SALRET_NOT_IMPLEMENTED) {
|
||||
int nasid = get_sapicid() & 0xfff;;
|
||||
int nasid = get_sapicid() & 0xfff;
|
||||
#define SH_SHUB_ID_NODES_PER_BIT_MASK 0x001f000000000000UL
|
||||
#define SH_SHUB_ID_NODES_PER_BIT_SHFT 48
|
||||
if (shubtype) *shubtype = 0;
|
||||
|
||||
Reference in New Issue
Block a user