clk_mgr_base->clks.dppclk_khz = (DENTIST_DIVIDER_RANGE_SCALE_FACTOR
                                * clk_mgr->base.dentist_vco_freq_khz) / dpp_divider;
        }
-
 }
 
 void dcn2_get_clock(struct clk_mgr *clk_mgr,
 
 static enum hpd_source_id get_hpd_line(struct dc_link *link)
 {
        struct gpio *hpd;
-       enum hpd_source_id hpd_id = HPD_SOURCEID_UNKNOWN;
+       enum hpd_source_id hpd_id;
+
+       hpd_id = HPD_SOURCEID_UNKNOWN;
 
        hpd = get_hpd_gpio(link->ctx->dc_bios, link->link_id,
                           link->ctx->gpio_service);
 static enum channel_id get_ddc_line(struct dc_link *link)
 {
        struct ddc *ddc;
-       enum channel_id channel = CHANNEL_ID_UNKNOWN;
+       enum channel_id channel;
+
+       channel = CHANNEL_ID_UNKNOWN;
 
        ddc = dal_ddc_service_get_ddc_pin(link->ddc);
 
 
        /* DDC */
        /* we don't care about the GPIO_ID for DDC
         * in DdcHandle it will use GPIO_ID_DDC_DATA/GPIO_ID_DDC_CLOCK
-        * directly in the create method */
+        * directly in the create method
+        */
        case REG(DC_GPIO_DDC1_A):
                *en = GPIO_DDC_LINE_DDC1;
                return true;
                *en = GPIO_DDC_LINE_DDC_VGA;
                return true;
 
-//     case REG(DC_GPIO_I2CPAD_A): not exit
-//     case REG(DC_GPIO_PWRSEQ_A):
-//     case REG(DC_GPIO_PAD_STRENGTH_1):
-//     case REG(DC_GPIO_PAD_STRENGTH_2):
-//     case REG(DC_GPIO_DEBUG):
+/*
+ *     case REG(DC_GPIO_I2CPAD_A): not exit
+ *     case REG(DC_GPIO_PWRSEQ_A):
+ *     case REG(DC_GPIO_PAD_STRENGTH_1):
+ *     case REG(DC_GPIO_PAD_STRENGTH_2):
+ *     case REG(DC_GPIO_DEBUG):
+ */
        /* UNEXPECTED */
        default:
-//     case REG(DC_GPIO_SYNCA_A): not exist
+/*     case REG(DC_GPIO_SYNCA_A): not exist */
                ASSERT_CRITICAL(false);
                return false;
        }
 
        /* DDC */
        /* we don't care about the GPIO_ID for DDC
         * in DdcHandle it will use GPIO_ID_DDC_DATA/GPIO_ID_DDC_CLOCK
-        * directly in the create method */
+        * directly in the create method
+        */
        case REG(DC_GPIO_DDC1_A):
                *en = GPIO_DDC_LINE_DDC1;
                return true;
                *en = GPIO_DDC_LINE_DDC_VGA;
                return true;
 
-//     case REG(DC_GPIO_I2CPAD_A): not exit
-//     case REG(DC_GPIO_PWRSEQ_A):
-//     case REG(DC_GPIO_PAD_STRENGTH_1):
-//     case REG(DC_GPIO_PAD_STRENGTH_2):
-//     case REG(DC_GPIO_DEBUG):
+/*
+ *     case REG(DC_GPIO_I2CPAD_A): not exit
+ *     case REG(DC_GPIO_PWRSEQ_A):
+ *     case REG(DC_GPIO_PAD_STRENGTH_1):
+ *     case REG(DC_GPIO_PAD_STRENGTH_2):
+ *     case REG(DC_GPIO_DEBUG):
+ */
        /* UNEXPECTED */
        default:
-//     case REG(DC_GPIO_SYNCA_A): not exist
+/*     case REG(DC_GPIO_SYNCA_A): not exista */
 #ifdef PALLADIUM_SUPPORTED
                *id = GPIO_ID_HPD;
                *en = GPIO_DDC_LINE_DDC1;
 
        /* DDC */
        /* we don't care about the GPIO_ID for DDC
         * in DdcHandle it will use GPIO_ID_DDC_DATA/GPIO_ID_DDC_CLOCK
-        * directly in the create method */
+        * directly in the create method
+        */
        case REG(DC_GPIO_DDC1_A):
                *en = GPIO_DDC_LINE_DDC1;
                return true;
                *en = GPIO_DDC_LINE_DDC_VGA;
                return true;
 
-//     case REG(DC_GPIO_I2CPAD_A): not exit
-//     case REG(DC_GPIO_PWRSEQ_A):
-//     case REG(DC_GPIO_PAD_STRENGTH_1):
-//     case REG(DC_GPIO_PAD_STRENGTH_2):
-//     case REG(DC_GPIO_DEBUG):
+/*
+ *     case REG(DC_GPIO_I2CPAD_A): not exit
+ *     case REG(DC_GPIO_PWRSEQ_A):
+ *     case REG(DC_GPIO_PAD_STRENGTH_1):
+ *     case REG(DC_GPIO_PAD_STRENGTH_2):
+ *     case REG(DC_GPIO_DEBUG):
+ */
        /* UNEXPECTED */
        default:
-//     case REG(DC_GPIO_SYNCA_A): not exist
+/*     case REG(DC_GPIO_SYNCA_A): not exist */
                ASSERT_CRITICAL(false);
                return false;
        }
 };
 
 /*
- * dal_hw_translate_dcn10_init
+ * dal_hw_translate_dcn30_init
  *
  * @brief
  * Initialize Hw translate function pointers.