From: Stricted Date: Sat, 19 Jun 2021 22:51:24 +0000 (+0000) Subject: amlogic: esm: Fix indentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=05f73f3bc796c221b1bd762e7d27b08adb116c49;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git amlogic: esm: Fix indentation Change-Id: I48cb46f9b6bc1222a5a83273ed6e7f8329a5f2b9 --- 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 */