On Thu, Jun 29, 2023 at 05:42:05PM +0800, ruihongluo wrote: > This commit is aimed at preserving the original value of the > DLF(Divisor Latch Fraction Register). When the DLF register is > modified without preservation, it can disrupt the baudrate settings > established by firmware or bootloader , leading to data corruption > and the generation of unreadable or distorted characters. > Fixes: 701c5e73b296 ("serial: 8250_dw: add fractional divisor support") > To make it a tag you should avoid blank lines in the tag block. > Signed-off-by: ruihongluo <luoruihong@xxxxxxxxxx> > --- > v2: > - added fixes tag Actually not. See above. And what about the rest of the comments? ... > Just wanted to drop a quick note to say thanks for your help with git > send-email and code modifications. > Your assistance on the details was much appreciated. You're welcome! > Ruihong Luo This seems needs to be in your Git config: $ cat ~/.gitconfig [user] name = Ruihong Luo email = luoruihon@xxxxxxxxxx -- With Best Regards, Andy Shevchenko