1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Fix linter errors

This commit is contained in:
Achilleas Anagnostopoulos
2017-05-15 06:55:31 +01:00
parent 1c17562f07
commit cb0975c9c4
4 changed files with 6 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import "unsafe"
type tagType uint32
// nolint
const (
tagMbSectionEnd tagType = iota
tagBootCmdLine
@@ -100,7 +101,7 @@ const (
memUnknown
)
/// MemoryMapEntry describes a memory region entry, namely its physical address,
// MemoryMapEntry describes a memory region entry, namely its physical address,
// its length and its type.
type MemoryMapEntry struct {
// The physical address for this memory region.