Re: [PATCH] Remove duplicated words in documentation and comments
Thomas Huth <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-compiler |
|---|---|
| Message-ID | <[email protected]> |
On 14/03/2025 03.48, David Gibson wrote: > On Thu, Mar 13, 2025 at 08:05:27PM +0100, Thomas Huth wrote: >> Let's avoid repeating single words here! >> >> Signed-off-by: Thomas Huth <[email protected]> > > Applied, thanks. > > What brings you to making dtc patches? I'm currently trying to clean the __ASSEMBLY__ vs. __ASSEMBLER__ stuff in the kernel, where I saw that they have a copy of fdt.h in their tree, so the origin needs to be fixed, too. While checking dtc, I noticed that I had this long-forgotten patch here sitting in my local copy of the repo since years, so I thought it would finally be a good point in time to finally send it out :-) Thomas