On Sun, Apr 9, 2023 at 9:11 PM Lanzhe Li <u202212060@xxxxxxxxxxx> wrote: > > Fixed a wrong indentation before "return".This line uses a 7 space > indent instead of a tab. > > Signed-off-by: Lanzhe Li <u202212060@xxxxxxxxxxx> Hi Lanzhe, Please remember to add v2 and changelog from v1 to v2 next time. +cc hust-os-kernel-patches@xxxxxxxxxxxxxxxx > --- v1->v2: change the author to make 'From' and 'Signed-off-by' fields consistent. > net/bluetooth/hci_debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/bluetooth/hci_debugfs.c b/net/bluetooth/hci_debugfs.c > index b7f682922a16..ec0df2f9188e 100644 > --- a/net/bluetooth/hci_debugfs.c > +++ b/net/bluetooth/hci_debugfs.c > @@ -189,7 +189,7 @@ static int uuids_show(struct seq_file *f, void *p) > } > hci_dev_unlock(hdev); > > - return 0; > + return 0; > } > > DEFINE_SHOW_ATTRIBUTE(uuids); > -- > 2.37.2 >