[PATCH] HID: hid-wiimote-core: Removed Unnecessary Braces

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

 



Removed unnecessary braces around a single line if/else statement

Signed-off-by: Rebecca White <rtw@xxxxxxxx>
---
 drivers/hid/hid-wiimote-core.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c
index 4399d6c6a..84180f3b8 100644
--- a/drivers/hid/hid-wiimote-core.c
+++ b/drivers/hid/hid-wiimote-core.c
@@ -1681,11 +1681,10 @@ static ssize_t wiimote_ext_store(struct device *dev,
 {
 	struct wiimote_data *wdata = dev_to_wii(dev);

-	if (!strcmp(buf, "scan")) {
+	if (!strcmp(buf, "scan"))
 		wiimote_schedule(wdata);
-	} else {
+	else
 		return -EINVAL;
-	}

 	return strnlen(buf, PAGE_SIZE);
 }
--
2.35.3




[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux