From 05f73f3bc796c221b1bd762e7d27b08adb116c49 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sat, 19 Jun 2021 22:51:24 +0000 Subject: [PATCH] amlogic: esm: Fix indentation Change-Id: I48cb46f9b6bc1222a5a83273ed6e7f8329a5f2b9 --- drivers/amlogic/esm/hdcp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/esm/hdcp_main.c b/drivers/amlogic/esm/hdcp_main.c index f7d8ecbe2522..ef23bc37bf4d 100644 --- a/drivers/amlogic/esm/hdcp_main.c +++ b/drivers/amlogic/esm/hdcp_main.c @@ -109,7 +109,7 @@ static long load_code(struct esm_device *esm, struct esm_ioc_code __user *arg) return -EFAULT; /* esm->code_loaded = 1; */ - return 0; + return 0; } /* ESM_IOC_WRITE_DATA implementation */ -- 2.20.1