All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Abdiel Janulgue" <abdiel.janulgue@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
Date: Mon, 23 Dec 2019 04:23:55 -0000	[thread overview]
Message-ID: <157707503517.16935.9390149040106997175@emeril.freedesktop.org> (raw)
In-Reply-To: <20191223041512.3582-1-abdiel.janulgue@linux.intel.com>

== Series Details ==

Series: series starting with [1/3] drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
URL   : https://patchwork.freedesktop.org/series/71283/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
baed6d9ecce4 drm/i915: Introduce remap_io_sg() to prefault discontiguous objects
-:54: WARNING:LINE_SPACING: Missing a blank line after declarations
#54: FILE: drivers/gpu/drm/i915/i915_mm.c:59:
+	struct sg_dma_page_iter *sgiter = &r->sgiter;
+	if (!r->pfn)

-:100: WARNING:LINE_SPACING: Missing a blank line after declarations
#100: FILE: drivers/gpu/drm/i915/i915_mm.c:132:
+	int err;
+	GEM_BUG_ON((vma->vm_flags & EXPECTED_FLAGS) != EXPECTED_FLAGS);

total: 0 errors, 2 warnings, 0 checks, 92 lines checked
c8a913e722c5 drm/i915: Add lmem fault handler
-:107: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#107: FILE: drivers/gpu/drm/i915/gem/i915_gem_mman.c:727:
+       .fault = vm_fault_iomem,$

-:108: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#108: FILE: drivers/gpu/drm/i915/gem/i915_gem_mman.c:728:
+       .open = vm_open,$

-:109: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#109: FILE: drivers/gpu/drm/i915/gem/i915_gem_mman.c:729:
+       .close = vm_close,$

total: 0 errors, 3 warnings, 0 checks, 115 lines checked
0dfca0c7f22b drm/i915/selftests: Add selftest for memory region PF handling

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-12-23  4:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-23  4:15 [Intel-gfx] [PATCH 1/3] drm/i915: Introduce remap_io_sg() to prefault discontiguous objects Abdiel Janulgue
2019-12-23  4:15 ` [Intel-gfx] [PATCH 2/3] drm/i915: Add lmem fault handler Abdiel Janulgue
2019-12-23  4:15 ` [Intel-gfx] [PATCH 3/3] drm/i915/selftests: Add selftest for memory region PF handling Abdiel Janulgue
2019-12-27 13:52   ` kbuild test robot
2019-12-27 13:52     ` kbuild test robot
2019-12-23  4:23 ` Patchwork [this message]
2019-12-23  4:25 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915: Introduce remap_io_sg() to prefault discontiguous objects Patchwork
2019-12-23  4:52 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2019-12-23 17:13 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2019-12-27  9:43 ` [Intel-gfx] [PATCH 1/3] " kbuild test robot
2019-12-27  9:43   ` kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=157707503517.16935.9390149040106997175@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=abdiel.janulgue@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.