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=0df08387dfee675b3c4e297b1506616f0bd5055c;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 2a97e0b85969..6d293da96d5d 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 */