[PATCH] ACPICA: debugger: remove unnecessary parentheses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove unnecessary parentheses found by checkpatch

Signed-off-by: Chen Zhou <chenzhou10@xxxxxxxxxx>
---
 drivers/acpi/acpica/dbinput.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/acpi/acpica/dbinput.c b/drivers/acpi/acpica/dbinput.c
index e1632b3..8470df94 100644
--- a/drivers/acpi/acpica/dbinput.c
+++ b/drivers/acpi/acpica/dbinput.c
@@ -738,7 +738,7 @@ acpi_db_command_dispatch(char *input_buffer,
 	case CMD_NULL:
 
 		if (op) {
-			return (AE_OK);
+			return AE_OK;
 		}
 		break;
 
@@ -818,7 +818,7 @@ acpi_db_command_dispatch(char *input_buffer,
 			acpi_os_printf
 			    ("Invalid adress space ID: must be between 0 and %u inclusive\n",
 			     ACPI_NUM_PREDEFINED_REGIONS - 1);
-			return (AE_OK);
+			return AE_OK;
 		}
 
 		status = acpi_db_display_fields((u32)temp64);
@@ -827,7 +827,7 @@ acpi_db_command_dispatch(char *input_buffer,
 	case CMD_GO:
 
 		acpi_gbl_cm_single_step = FALSE;
-		return (AE_OK);
+		return AE_OK;
 
 	case CMD_HANDLERS:
 
@@ -879,7 +879,7 @@ acpi_db_command_dispatch(char *input_buffer,
 
 		if (op) {
 			acpi_gbl_cm_single_step = TRUE;
-			return (AE_OK);
+			return AE_OK;
 		}
 		break;
 
-- 
2.7.4




[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux