mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
remove tabs
date 2001.02.06.17.51.00; author agrover; state Exp;
This commit is contained in:
parent
4a802d234c
commit
05ad2a4851
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: amfldio - Aml Field I/O
|
||||
* $Revision: 1.38 $
|
||||
* $Revision: 1.39 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -572,8 +572,8 @@ AcpiAmlWriteFieldDataWithUpdateRule (
|
||||
|
||||
/* Check if update rule needs to be applied (not if mask is all ones) */
|
||||
|
||||
/* The left shift drops the bits we want to ignore. */
|
||||
if ((~Mask << (sizeof(Mask)*8 - BitGranularity)) != 0)
|
||||
/* The left shift drops the bits we want to ignore. */
|
||||
if ((~Mask << (sizeof(Mask)*8 - BitGranularity)) != 0)
|
||||
{
|
||||
/*
|
||||
* Read the current contents of the byte/word/dword containing
|
||||
|
Loading…
x
Reference in New Issue
Block a user