From 4638cabf8c52c5f08f83942103f2375d2ed46388 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Tue, 29 Aug 2017 14:11:59 -0400 Subject: fix runoff complaints about pagination and long lines --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index aac7523..806b1b1 100644 --- a/proc.c +++ b/proc.c @@ -32,8 +32,8 @@ cpuid() { return mycpu()-cpus; } -// Must be called with interrupts disabled to avoid the caller being rescheduled -// between reading lapicid and running through the loop. +// Must be called with interrupts disabled to avoid the caller being +// rescheduled between reading lapicid and running through the loop. struct cpu* mycpu(void) { -- cgit v1.2.3