Use %pd, and state what the unknown is. As it's an enum, it's a signed type.
Also drop one piece of trailing whitespace.
Signed-off-by: Andrew Cooper
---
CC: Jan Beulich
CC: Roger Pau Monné
---
xen/drivers/passthrough/vtd/intremap.c | 10 +-
1 file changed, 5 insertions(+), 5 deletio
On 14/03/2025 10:15 am, Roger Pau Monné wrote:
> On Fri, Mar 14, 2025 at 09:55:23AM +, Andrew Cooper wrote:
>> Use %pd, and state what the unknown is. As it's an enum, it's a signed type.
>>
>> Also drop one piece of trailing whitespace.
>>
>> Signed-off-by: Andrew Cooper
> Acked-by: Roger Pa
On Fri, Mar 14, 2025 at 09:55:23AM +, Andrew Cooper wrote:
> Use %pd, and state what the unknown is. As it's an enum, it's a signed type.
>
> Also drop one piece of trailing whitespace.
>
> Signed-off-by: Andrew Cooper
Acked-by: Roger Pau Monné
> ---
> CC: Jan Beulich
> CC: Roger Pau Mo