ACPICA core: Cleanup empty lines at file start and end.

Maintenance for source code consistency.
This commit is contained in:
Robert Moore 2012-09-21 13:46:56 -07:00
parent c0b396e9a2
commit fd8f80e5d4
102 changed files with 0 additions and 168 deletions

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: getopt

View File

@ -521,5 +521,3 @@ AcpiDmValidateName (
#endif
#endif

View File

@ -657,5 +657,3 @@ AcpiDmDisplayArguments (
}
#endif

View File

@ -769,4 +769,3 @@ AcpiDmSerialBusDescriptor (
}
#endif

View File

@ -427,4 +427,3 @@ AcpiDmVendorSmallDescriptor (
}
#endif

View File

@ -900,5 +900,3 @@ AcpiDsCreateIndexField (
Status = AcpiDsGetFieldNames (&Info, WalkState, Arg->Common.Next);
return_ACPI_STATUS (Status);
}

View File

@ -306,5 +306,3 @@ AcpiDsInitializeObjects (
return_ACPI_STATUS (AE_OK);
}

View File

@ -794,5 +794,3 @@ AcpiDsTerminateControlMethod (
return_VOID;
}

View File

@ -840,5 +840,3 @@ AcpiDsMethodDataGetType (
return_VALUE (Object->Type);
}
#endif

View File

@ -935,5 +935,3 @@ AcpiDsInitObjectFromOp (
return_ACPI_STATUS (Status);
}

View File

@ -878,4 +878,3 @@ AcpiDsEvalBankFieldOperands (
AcpiUtRemoveReference (OperandDesc);
return_ACPI_STATUS (Status);
}

View File

@ -865,5 +865,3 @@ Cleanup:
WalkState->NumOperands = 0;
return_ACPI_STATUS (Status);
}

View File

@ -830,4 +830,3 @@ Cleanup:
WalkState->NumOperands = 0;
return_ACPI_STATUS (Status);
}

View File

@ -307,5 +307,3 @@ AcpiDsScopeStackPop (
AcpiUtDeleteGenericState (ScopeInfo);
return_ACPI_STATUS (AE_OK);
}

View File

@ -914,5 +914,3 @@ AcpiDsDeleteWalkState (
ACPI_FREE (WalkState);
return_VOID;
}

View File

@ -404,5 +404,3 @@ AcpiEvFixedEventDispatch (
}
#endif /* !ACPI_REDUCED_HARDWARE */

View File

@ -801,4 +801,3 @@ AcpiEvInitializeRegion (
return_ACPI_STATUS (AE_NOT_EXIST);
}

View File

@ -382,4 +382,3 @@ UnlockAndExit:
}
ACPI_EXPORT_SYMBOL (AcpiRemoveAddressSpaceHandler)

View File

@ -758,4 +758,3 @@ AcpiExUnloadTable (
DdbHandle->Common.Flags &= ~AOPOBJ_DATA_VALID;
return_ACPI_STATUS (AE_OK);
}

View File

@ -822,5 +822,3 @@ AcpiExConvertToTargetType (
return_ACPI_STATUS (Status);
}

View File

@ -643,5 +643,3 @@ Exit:
AcpiUtRemoveReference (Operand[1]);
return_ACPI_STATUS (Status);
}

View File

@ -346,5 +346,3 @@ AcpiExDoDebugObject (
return_VOID;
}
#endif

View File

@ -1194,4 +1194,3 @@ AcpiExDumpObjectDescriptor (
}
#endif

View File

@ -474,5 +474,3 @@ AcpiExWriteDataToField (
return_ACPI_STATUS (Status);
}

View File

@ -1123,5 +1123,3 @@ Exit:
}
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exmisc - ACPI AML (p-code) execution - specific opcodes
@ -869,5 +868,3 @@ Cleanup:
*LogicalResult = LocalResult;
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exmutex - ASL Mutex Acquire/Release functions

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exnames - interpreter/scanner name load/execute
@ -556,5 +555,3 @@ AcpiExGetNameString (
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exoparg1 - AML execution - opcodes with 1 argument
@ -1180,4 +1179,3 @@ Cleanup:
return_ACPI_STATUS (Status);
}

View File

@ -710,5 +710,3 @@ Cleanup:
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exoparg3 - AML execution - opcodes with 3 arguments
@ -373,5 +372,3 @@ Cleanup:
}
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exoparg6 - AML execution - opcodes with 6 arguments

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exprep - ACPI AML (p-code) execution - field prep utilities
@ -717,4 +716,3 @@ AcpiExPrepFieldValue (
AcpiUtRemoveReference (ObjDesc);
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exregion - ACPI default OpRegion (address space) handlers
@ -633,5 +632,3 @@ AcpiExDataTableSpaceHandler (
return_ACPI_STATUS (AE_OK);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exresnte - AML Interpreter object resolution
@ -370,5 +369,3 @@ AcpiExResolveNodeToValue (
*ObjectPtr = (void *) ObjDesc;
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exresolv - AML Interpreter object resolution
@ -648,5 +647,3 @@ Exit:
}
return_ACPI_STATUS (AE_OK);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exresop - AML Interpreter operand/object resolution
@ -806,5 +805,3 @@ NextOperand:
return_ACPI_STATUS (Status);
}

View File

@ -599,5 +599,3 @@ AcpiExStoreObjectToNode (
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exstoren - AML Interpreter object store support,
@ -382,5 +381,3 @@ AcpiExStoreObjectToObject (
*NewDesc = DestDesc;
return_ACPI_STATUS (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exstorob - AML Interpreter object store support, store to object
@ -312,5 +311,3 @@ AcpiExStoreStringToString (
TargetDesc->String.Length = Length;
return_ACPI_STATUS (AE_OK);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exsystem - Interface to OS services
@ -424,4 +423,3 @@ AcpiExSystemResetEvent (
return (Status);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: exutils - interpreter/scanner utilities

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: hwacpi - ACPI Hardware Initialization/Mode Interface

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: hwgpe - Low level GPE enable/disable/clear functions

View File

@ -1,4 +1,3 @@
/*******************************************************************************
*
* Module Name: hwregs - Read/write access functions for the various ACPI

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Name: hwtimer.c - ACPI Power Management Timer Interface

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: hwvalid - I/O request validation
@ -436,5 +435,3 @@ AcpiHwWritePort (
return (AE_OK);
}

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: hwxface - Public ACPICA hardware interfaces

View File

@ -769,4 +769,3 @@ AcpiNsLookup (
*ReturnNode = ThisNode;
return_ACPI_STATUS (AE_OK);
}

View File

@ -656,5 +656,3 @@ AcpiNsDeleteNamespaceByOwner (
(void) AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE);
return_VOID;
}

View File

@ -853,4 +853,3 @@ AcpiNsDumpTables (
}
#endif
#endif

View File

@ -230,5 +230,3 @@ AcpiNsDumpRootDevices (
#endif
#endif

View File

@ -555,4 +555,3 @@ Exit:
}
return_VOID;
}

View File

@ -425,4 +425,3 @@ AcpiNsUnloadNamespace (
}
#endif
#endif

View File

@ -371,5 +371,3 @@ AcpiNsHandleToPathname (
(char *) Buffer->Pointer, (UINT32) RequiredSize));
return_ACPI_STATUS (AE_OK);
}

View File

@ -573,5 +573,3 @@ AcpiNsGetAttachedData (
return (AE_NOT_FOUND);
}

View File

@ -293,5 +293,3 @@ AcpiNsParseTable (
return_ACPI_STATUS (Status);
}

View File

@ -493,4 +493,3 @@ AcpiNsSearchAndEnter (
*ReturnNode = NewNode;
return_ACPI_STATUS (AE_OK);
}

View File

@ -454,5 +454,3 @@ AcpiNsWalkNamespace (
return_ACPI_STATUS (AE_OK);
}

View File

@ -1028,5 +1028,3 @@ UnlockAndExit:
}
ACPI_EXPORT_SYMBOL (AcpiGetData)

View File

@ -354,4 +354,3 @@ UnlockAndExit:
}
ACPI_EXPORT_SYMBOL (AcpiGetNextObject)

View File

@ -1337,4 +1337,3 @@ AcpiPsParseLoop (
Status = AcpiPsCompleteFinalOp (WalkState, Op, Status);
return_ACPI_STATUS (Status);
}

View File

@ -779,5 +779,3 @@ AcpiPsParseAml (
AcpiGbl_CurrentWalkList = PrevWalkList;
return_ACPI_STATUS (Status);
}

View File

@ -371,4 +371,3 @@ AcpiPsCleanupScope (
return_VOID;
}

View File

@ -428,5 +428,3 @@ AcpiPsGetChild (
return (Child);
}
#endif

View File

@ -359,4 +359,3 @@ AcpiPsSetName (
Op->Named.Name = name;
}

View File

@ -510,5 +510,3 @@ AcpiPsUpdateParameterList (
}
}
}

View File

@ -475,5 +475,3 @@ AcpiRsSetAddressCommon (
Aml->Address.SpecificFlags = Resource->Data.Address.Info.TypeSpecific;
}
}

View File

@ -603,4 +603,3 @@ AcpiRsCreateAmlResources (
OutputBuffer->Pointer, (UINT32) OutputBuffer->Length));
return_ACPI_STATUS (AE_OK);
}

View File

@ -1015,4 +1015,3 @@ AcpiRsDumpWordList (
}
#endif

View File

@ -372,5 +372,3 @@ ACPI_RSCONVERT_INFO AcpiRsSetStartDpf[10] =
{ACPI_RSC_LENGTH, 0, 0, sizeof (AML_RESOURCE_START_DEPENDENT_NOPRIO)}
};

View File

@ -344,4 +344,3 @@ AcpiRsConvertResourcesToAml (
return_ACPI_STATUS (AE_AML_NO_RESOURCE_END_TAG);
}

View File

@ -319,5 +319,3 @@ ACPI_RSCONVERT_INFO AcpiRsSetVendor[7] =
sizeof (AML_RESOURCE_LARGE_HEADER),
0}
};

View File

@ -937,5 +937,3 @@ Exit:
return_ACPI_STATUS (AE_BAD_DATA);
}
#endif

View File

@ -930,4 +930,3 @@ Cleanup:
ACPI_FREE (Info);
return_ACPI_STATUS (Status);
}

View File

@ -796,4 +796,3 @@ AcpiTbSetupFadtRegisters (
}
}
}

View File

@ -485,4 +485,3 @@ AcpiUtAllocateZeroed (
return (Allocation);
}

View File

@ -429,5 +429,3 @@ AcpiOsAcquireObject (
return (Object);
}
#endif /* ACPI_USE_LOCAL_CACHE */

View File

@ -958,4 +958,3 @@ const UINT8 _acpi_ctype[257] = {
#endif /* ACPI_USE_SYSTEM_CLIBRARY */

View File

@ -1146,5 +1146,3 @@ AcpiUtCopyIobjectToIobject (
return_ACPI_STATUS (Status);
}

View File

@ -845,5 +845,3 @@ AcpiUtRemoveReference (
(void) AcpiUtUpdateObjectReference (Object, REF_DECREMENT);
return_VOID;
}

View File

@ -449,4 +449,3 @@ Cleanup:
AcpiUtRemoveReference (ObjDesc);
return_ACPI_STATUS (Status);
}

View File

@ -260,5 +260,3 @@ AcpiUtSubsystemShutdown (
(void) AcpiUtDeleteCaches ();
return_VOID;
}

View File

@ -274,4 +274,3 @@ AcpiUtReleaseWriteLock (
AcpiOsReleaseMutex (Lock->WriterMutex);
}

View File

@ -447,5 +447,3 @@ AcpiUtDivide (
}
#endif

View File

@ -855,5 +855,3 @@ AcpiUtGetObjectSize (
return (Status);
}

View File

@ -991,5 +991,3 @@ AcpiUtGetResourceEndTag (
return_ACPI_STATUS (Status);
}

View File

@ -466,5 +466,3 @@ AcpiUtDeleteGenericState (
}
return_VOID;
}

View File

@ -780,4 +780,3 @@ AcpiUtDumpAllocations (
}
#endif /* ACPI_DBG_TRACK_ALLOCATIONS */

View File

@ -286,4 +286,3 @@ AdWriteTable (
char *OemTableId);
#endif /* _ACAPPS */

View File

@ -302,4 +302,3 @@
#endif /* _ACCONFIG_H */

View File

@ -153,5 +153,3 @@
#define ACPI_NS_ROOT_PATH "\\"
#endif /* __ACNAMES_H__ */

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Name: acpixf.h - External interfaces to the ACPI subsystem

View File

@ -761,4 +761,3 @@ typedef struct acpi_pci_routing_table
} ACPI_PCI_ROUTING_TABLE;
#endif /* __ACRESTYP_H__ */

View File

@ -1406,4 +1406,3 @@ typedef struct acpi_table_wdrt
#pragma pack()
#endif /* __ACTBL2_H__ */

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: amlresrc.h - AML resource descriptors
@ -648,4 +647,3 @@ typedef union aml_resource
} AML_RESOURCE;
#endif

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: osunixdir - Unix directory access interfaces

View File

@ -1,4 +1,3 @@
/******************************************************************************
*
* Module Name: oswindir - Windows directory access interfaces
@ -320,4 +319,3 @@ AcpiOsCloseDirectory (
free (SearchInfo->FullWildcardSpec);
free (DirHandle);
}

Some files were not shown because too many files have changed in this diff Show More