Re: [PATCH v1] firewire: Correct some typos
Takashi Sakamoto <[email protected]>
| Newsgroups | gmane.linux.kernel.firewire.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Mon, Sep 30, 2024 at 10:33:44AM +0800, Shen Lichuan wrote: > Fixed some confusing typos that were currently identified with codespell, > the details are as follows: > > drivers/firewire/core-topology.c:59: containted ==> contained > drivers/firewire/core.h:83: reenable ==> re-enable > drivers/firewire/ohci.c:1387: apppends ==> appends > drivers/firewire/ohci.c:2216: superceded ==> superseded > drivers/firewire/ohci.c:2617: litte ==> little > > Signed-off-by: Shen Lichuan <[email protected]> > --- > drivers/firewire/core-topology.c | 2 +- > drivers/firewire/core.h | 2 +- > drivers/firewire/ohci.c | 6 +++--- > 3 files changed, 5 insertions(+), 5 deletions(-) Applied to for-next branch. Thanks Takashi Sakamoto