On 6/14/20 11:53 PM, Mauro Carvalho Chehab wrote: > Em Sun, 14 Jun 2020 20:33:22 -0700 > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> escreveu: > >> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> >> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-'). >> >> Documentation/filesystems/proc.rst:548: WARNING: Malformed table. >> Text in column margin in table line 29. >> >> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps") >> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> Cc: Daniel Kiss <daniel.kiss@xxxxxxx> >> Cc: Mark Brown <broonie@xxxxxxxxxx> >> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > > I submitted an identical patch on Jan, 3. OK. Well, that's disappointing IMHO. Thanks. > >> --- >> Documentation/filesystems/proc.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> --- lnx-58-rc1.orig/Documentation/filesystems/proc.rst >> +++ lnx-58-rc1/Documentation/filesystems/proc.rst >> @@ -545,7 +545,7 @@ encoded manner. The codes are the follow >> hg huge page advise flag >> nh no huge page advise flag >> mg mergable advise flag >> - bt - arm64 BTI guarded page >> + bt arm64 BTI guarded page >> == ======================================= >> >> Note that there is no guarantee that every flag and associated mnemonic will >> > > > > Thanks, > Mauro > -- ~Randy