On Tue, 14 Apr 2020 16:30:02 -0400, Jon Derrick wrote: > The upper 16-bits of Root Control contain the Root Capabilities > register. The code instead describes the Root Status register in the > upper 16-bits, although it uses the correct bit definition for Root > Capabilities, and for Root Status in the next definition. > > Fix this comment and add a comment describing the Root Status register. > > Signed-off-by: Jon Derrick <jonathan.derrick@xxxxxxxxx> > --- > drivers/pci/pci-bridge-emul.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>