Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dts-root-comment « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 333a625c700766c82a1f43928d11d839617d1559 (plain)
1
2
3
4
5
6
7
8
/ { RIGHT /* Technically just supposed to be a slash and brace */
	#size-cells = <1>;

	/* This comment should be ignored */

	some-property = <40+2>;
	ChangeMe = <0xffeedd00>;
};