All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Thomas Zimmermann" <tzimmermann@suse.de>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Convert fbdev to DRM client
Date: Tue, 28 Mar 2023 21:54:49 -0000	[thread overview]
Message-ID: <168004048962.29056.6840472253588762336@emeril.freedesktop.org> (raw)
In-Reply-To: <20230328111422.23986-1-tzimmermann@suse.de>

== Series Details ==

Series: drm/i915: Convert fbdev to DRM client
URL   : https://patchwork.freedesktop.org/series/115714/
State : warning

== Summary ==

Error: dim checkpatch failed
0eb95c1b5ac4 drm/i915: Move fbdev functions
-:119: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*ifbdev)...) over kzalloc(sizeof(struct intel_fbdev)...)
#119: FILE: drivers/gpu/drm/i915/display/intel_fbdev.c:668:
+	ifbdev = kzalloc(sizeof(struct intel_fbdev), GFP_KERNEL);

-:120: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!ifbdev"
#120: FILE: drivers/gpu/drm/i915/display/intel_fbdev.c:669:
+	if (ifbdev == NULL)

total: 0 errors, 0 warnings, 2 checks, 172 lines checked
91a0ee910d74 drm/i915: Initialize fbdev DRM client with callback functions
cdadc97d2d4a drm/i915: Implement fbdev client callbacks
2862fcef6190 drm/i915: Implement fbdev emulation as in-kernel client



  parent reply	other threads:[~2023-03-28 21:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28 11:14 [PATCH 0/4] drm/i915: Convert fbdev to DRM client Thomas Zimmermann
2023-03-28 11:14 ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 11:14 ` [PATCH 1/4] drm/i915: Move fbdev functions Thomas Zimmermann
2023-03-28 11:14   ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 11:14 ` [PATCH 2/4] drm/i915: Initialize fbdev DRM client with callback functions Thomas Zimmermann
2023-03-28 11:14   ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 15:20   ` Jani Nikula
2023-03-28 15:20     ` [Intel-gfx] " Jani Nikula
2023-03-29 15:03   ` Sam Ravnborg
2023-03-29 15:03     ` [Intel-gfx] " Sam Ravnborg
2023-03-28 11:14 ` [PATCH 3/4] drm/i915: Implement fbdev client callbacks Thomas Zimmermann
2023-03-28 11:14   ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 11:14 ` [PATCH 4/4] drm/i915: Implement fbdev emulation as in-kernel client Thomas Zimmermann
2023-03-28 11:14   ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 15:31   ` Jani Nikula
2023-03-28 15:31     ` [Intel-gfx] " Jani Nikula
2023-04-03 12:50     ` Thomas Zimmermann
2023-04-03 12:50       ` [Intel-gfx] " Thomas Zimmermann
2023-07-11 13:09     ` Thomas Zimmermann
2023-07-11 13:09       ` [Intel-gfx] " Thomas Zimmermann
2023-03-28 20:40   ` kernel test robot
2023-03-28 20:40     ` kernel test robot
2023-03-28 21:54 ` Patchwork [this message]
2023-03-28 22:07 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Convert fbdev to DRM client Patchwork

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=168004048962.29056.6840472253588762336@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=tzimmermann@suse.de \
    /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.