public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hid-core: Indentation fix
@ 2024-11-19 11:07 ajeetsinghchahar2
  0 siblings, 0 replies; only message in thread
From: ajeetsinghchahar2 @ 2024-11-19 11:07 UTC (permalink / raw)
  Cc: Ajit Singh, Jiri Kosina, Benjamin Tissoires,
	open list:HID CORE LAYER, open list

From: Ajit Singh <ajeetsinghchahar2@gmail.com>

Signed-off-by: Ajit Singh <ajeetsinghchahar2@gmail.com>
---
 drivers/hid/hid-core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 582fd234eec7..b90159b621e4 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -2844,10 +2844,10 @@ int hid_add_device(struct hid_device *hdev)
 	/*
 	 * Check for the mandatory transport channel.
 	 */
-	 if (!hdev->ll_driver->raw_request) {
+	if (!hdev->ll_driver->raw_request) {
 		hid_err(hdev, "transport driver missing .raw_request()\n");
 		return -EINVAL;
-	 }
+	}
 
 	/*
 	 * Read the device report descriptor once and use as template
-- 
2.45.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-19 11:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 11:07 [PATCH] hid-core: Indentation fix ajeetsinghchahar2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox