From: Youngjae Cho Date: Mon, 22 Jun 2020 03:50:51 +0000 (+0900) Subject: Remove comment of bezel X-Git-Tag: submit/tizen_5.5/20200707.084952~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01ac8a7335caa4883407f493d27e3e3cfa67e80c;p=platform%2Fcore%2Fsystem%2Flibdevice-node.git Remove comment of bezel It is possible to exist both HW/SW bezel function. Change-Id: I23b7c5c6db71115658092309ef808efe8e0dbe64 Signed-off-by: Youngjae Cho --- diff --git a/hw/bezel.h b/hw/bezel.h index 93a2ba6..4be3bb9 100644 --- a/hw/bezel.h +++ b/hw/bezel.h @@ -37,9 +37,7 @@ enum bezel_state { struct bezel_device { struct hw_common common; - /* Control hardware bezel or software bezel. - * They are mutually exclusive. If a pair of get/set function exists, - * the other pair must not. */ + /* Control hardware bezel or software bezel. */ /* Control hardware bezel state */ int (*get_state)(enum bezel_state *state);