Message ID | b15baf2dfa8f9f525305ad03c9d58cec4f7775ea.1686580752.git.shawn@anastas.io (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Initial support for Power | expand |
On 12.06.2023 16:51, Shawn Anastasio wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -460,6 +460,10 @@ X: xen/arch/x86/acpi/lib.c > F: xen/drivers/cpufreq/ > F: xen/include/acpi/cpufreq/ > > +PPC64 > +M: Shawn Anastasio <sanastasio@raptorengineering.com> > +F: xen/arch/ppc I'm sorry, but two nits again: This lack a trailing slash, and padding is done using spaces on the 2nd line instead of a tab. Jan
On Mon Jun 12, 2023 at 10:03 AM CDT, Jan Beulich wrote: > On 12.06.2023 16:51, Shawn Anastasio wrote: > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -460,6 +460,10 @@ X: xen/arch/x86/acpi/lib.c > > F: xen/drivers/cpufreq/ > > F: xen/include/acpi/cpufreq/ > > > > +PPC64 > > +M: Shawn Anastasio <sanastasio@raptorengineering.com> > > +F: xen/arch/ppc > > I'm sorry, but two nits again: This lack a trailing slash, and > padding is done using spaces on the 2nd line instead of a tab. > > Jan Oops, sorry about that. Will fix in v3. Thanks, Shawn
diff --git a/MAINTAINERS b/MAINTAINERS index 1bb7a6a839..8966175400 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -460,6 +460,10 @@ X: xen/arch/x86/acpi/lib.c F: xen/drivers/cpufreq/ F: xen/include/acpi/cpufreq/ +PPC64 +M: Shawn Anastasio <sanastasio@raptorengineering.com> +F: xen/arch/ppc + PUBLIC I/O INTERFACES AND PV DRIVERS DESIGNS M: Juergen Gross <jgross@suse.com> S: Supported
Signed-off-by: Shawn Anastasio <sanastasio@raptorengineering.com> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)