Re: [PATCH 1/3] mini-os: apply coding style to arch/x86/time.c

2024-07-22 Thread Samuel Thibault
Juergen Gross, le lun. 22 juil. 2024 14:16:41 +0200, a ecrit: > Apply the preferred coding style to arch/x86/time.c. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > arch/x86/time.c | 194 +++- > 1 file changed, 93 insertions(+)

[PATCH 1/3] mini-os: apply coding style to arch/x86/time.c

2024-07-22 Thread Juergen Gross
Apply the preferred coding style to arch/x86/time.c. Signed-off-by: Juergen Gross --- arch/x86/time.c | 194 +++- 1 file changed, 93 insertions(+), 101 deletions(-) diff --git a/arch/x86/time.c b/arch/x86/time.c index 332c0260..a473a9e1 100644 --- a/a