Skip to content

Commit 8b7f156

Browse files
pkg/report: typo fix
Replace "keep-sorter" with "keep-sorted" to fix the following warning: 2025-07-14T10:01:57Z WRN This instruction doesn't have matching 'keep-sorted end' line. keep-sorted will not attempt to sort anything until this is addressed. file=./pkg/report/title_to_type.go line=231
1 parent d8fc733 commit 8b7f156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/report/title_to_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ var titleToType = []struct {
233233
"WARNING: corrupted",
234234
"WARNING: kernel stack frame pointer has bad value",
235235
"WARNING: kernel stack regs has bad",
236-
// keep-sorter end
236+
// keep-sorted end
237237
},
238238
crashType: crash.UnknownType, // This is printk().
239239
},

0 commit comments

Comments
 (0)