File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -468,10 +468,12 @@ def generate_driver(p: Panel, options: Options) -> None:
468468 module = f"panel-{ dash_id } "
469469 with open (f'{ p .id } /{ module } .c' , 'w' ) as f :
470470 f .write (f'''\
471- // SPDX-License-Identifier: GPL-2.0-only
472- // Copyright (c) { datetime .date .today ().year } FIXME
473- // Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
474- // Copyright (c) 2013, The Linux Foundation. All rights reserved. (FIXME)
471+ /*
472+ * SPDX-License-Identifier: GPL-2.0-only
473+ * Copyright (c) { datetime .date .today ().year } FIXME
474+ * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
475+ * Copyright (c) 2013, The Linux Foundation. All rights reserved. (FIXME)
476+ */
475477{ generate_includes (p , options )}
476478
477479{ generate_struct (p , options )}
Original file line number Diff line number Diff line change @@ -110,11 +110,12 @@ def generate_lk_driver(p: Panel) -> None:
110110
111111 with open (f'{ p .id } /lk_panel_{ p .id } .h' , 'w' ) as f :
112112 f .write (f'''\
113- // SPDX-License-Identifier: GPL-2.0-only
114- // Copyright (c) { datetime .date .today ().year } FIXME
115- // Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
116- // Copyright (c) 2014, The Linux Foundation. All rights reserved. (FIXME)
117-
113+ /*
114+ * SPDX-License-Identifier: GPL-2.0-only
115+ * Copyright (c) { datetime .date .today ().year } FIXME
116+ * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree:
117+ * Copyright (c) 2014, The Linux Foundation. All rights reserved. (FIXME)
118+ */
118119#ifndef { define }
119120#define { define }
120121
You can’t perform that action at this time.
0 commit comments