From aec528d6236c31b9191307ce55017bae81db3bb5 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 2 Feb 2017 10:41:49 +0900 Subject: [PATCH] pass: Specify module name on the top of each module This patch specifies the corerct module name on the top of each module to improve the readability for each pass module. Change-Id: Iff2880033bbb0809a512d188c3983c669f225596 Signed-off-by: Chanwoo Choi --- src/pass/pass-gov-radiation.c | 2 +- src/pass/pass-gov-step.c | 2 +- src/pass/pass-hal.c | 2 +- src/pass/pass-hal.h | 2 +- src/pass/pass-parser.c | 2 +- src/pass/pass-parser.h | 2 +- src/pass/pass-pmqos.c | 2 +- src/pass/pass-pmqos.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pass/pass-gov-radiation.c b/src/pass/pass-gov-radiation.c index 2a72258..893ecdd 100644 --- a/src/pass/pass-gov-radiation.c +++ b/src/pass/pass-gov-radiation.c @@ -1,5 +1,5 @@ /* - * PASS (Power Aware Systerm Service) + * PASS (Power Aware Systerm Service) Radiation governor * * Copyright (c) 2012 - 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-gov-step.c b/src/pass/pass-gov-step.c index e4e8686..ccbc583 100644 --- a/src/pass/pass-gov-step.c +++ b/src/pass/pass-gov-step.c @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) Step governor * * Copyright (c) 2012 - 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-hal.c b/src/pass/pass-hal.c index b5f3d36..085f249 100644 --- a/src/pass/pass-hal.c +++ b/src/pass/pass-hal.c @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) HAL * * Copyright (c) 2012 - 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-hal.h b/src/pass/pass-hal.h index 3ac2a5c..3c45ff5 100644 --- a/src/pass/pass-hal.h +++ b/src/pass/pass-hal.h @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) HAL * * Copyright (c) 2012 - 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-parser.c b/src/pass/pass-parser.c index 563fdde..760c640 100644 --- a/src/pass/pass-parser.c +++ b/src/pass/pass-parser.c @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) Parser * * Copyright (c) 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-parser.h b/src/pass/pass-parser.h index 7a7ad96..1b6bf44 100644 --- a/src/pass/pass-parser.h +++ b/src/pass/pass-parser.h @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) Parser * * Copyright (c) 2012 - 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-pmqos.c b/src/pass/pass-pmqos.c index 31627c5..a589d3c 100644 --- a/src/pass/pass-pmqos.c +++ b/src/pass/pass-pmqos.c @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) PMQoS * * Copyright (c) 2017 Samsung Electronics Co., Ltd. * diff --git a/src/pass/pass-pmqos.h b/src/pass/pass-pmqos.h index 6662bd3..6d8e4c0 100644 --- a/src/pass/pass-pmqos.h +++ b/src/pass/pass-pmqos.h @@ -1,5 +1,5 @@ /* - * PASS (Power Aware System Service) + * PASS (Power Aware System Service) PMQoS * * Copyright (c) 2016 Samsung Electronics Co., Ltd. * -- 2.7.4