Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian authored Nov 12, 2024
1 parent 3fad133 commit 9794986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
compatible = "rockchip,rk3568", "rockchip,rk3566";
category = "misc";
exclusive = "hdmi", "hdmi_sound";
description = "Disable HDMI";
description = "Disable HDMI.";
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
compatible = "rockchip,rk3308", "rockchip,rk3328", "rockchip,rk3399", "rockchip,rk3566", "rockchip,rk3568", "rockchip,rk3588";
category = "misc";
exclusive = "gpu";
description = "Disable GPU";
description = "Disable GPU.";
};
};

Expand Down

0 comments on commit 9794986

Please sign in to comment.