From patchwork Wed Aug 14 08:19:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sedat Dilek X-Patchwork-Id: 2844227 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 402B1BF546 for ; Wed, 14 Aug 2013 08:20:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3E402202EC for ; Wed, 14 Aug 2013 08:20:01 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 2F02020300 for ; Wed, 14 Aug 2013 08:20:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3381C43954 for ; Wed, 14 Aug 2013 01:20:00 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by gabe.freedesktop.org (Postfix) with ESMTP id 6CD97E5C67; Wed, 14 Aug 2013 01:19:49 -0700 (PDT) Received: by mail-ee0-f51.google.com with SMTP id c1so4667804eek.24 for ; Wed, 14 Aug 2013 01:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=k8KLcy9WLAQtr+mEpf64O3E7NUi/k8S1dI1ruRSnaQk=; b=q+bLUjD9TUuk+OirpRAgbl+mamnrEAGk2GnVIa0JVlbIq5/yHStZH9chqGAMmT2wlG 9JLfP1WCc5gp1BKuWHx1s0RUp2eQ7GKrkXo3/ETwSRmkO58SRDNQ/cq919Q0BXDAIuL1 eTwrM51heJWuC0pum5ECNMXu3kF09JlbY7vNUyS0dEkVKvozcUy3jz4/5ioABFFk+r8Z 6mqD5zBUhnsCgde5alRcdGjSvjlzKUpX68c/74g4CV0yQ5Hm5nMN80lc258HOafxeuuU Lal8sfLXXBHGzWnCDkV5kxMuhHgxGprDuGd0BZxmpYu4xaRBTTe+tqFWF9CFkPI/MXE0 wnQQ== X-Received: by 10.14.9.72 with SMTP id 48mr13035731ees.42.1376468388435; Wed, 14 Aug 2013 01:19:48 -0700 (PDT) Received: from fambox.fritz.box (p5B2EA84F.dip0.t-ipconnect.de. [91.46.168.79]) by mx.google.com with ESMTPSA id a6sm61139074eei.10.2013.08.14.01.19.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 01:19:47 -0700 (PDT) From: Sedat Dilek To: intel-gfx , dri-devel@lists.freedesktop.org, Dave Airlie , Daniel Vetter , Chris Wilson Date: Wed, 14 Aug 2013 10:19:40 +0200 Message-Id: <1376468380-4600-1-git-send-email-sedat.dilek@gmail.com> X-Mailer: git-send-email 1.8.3.4 Cc: Sedat Dilek Subject: [Intel-gfx] [PATCH] intel: Update i915_drm.h and correct misspelled caching X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP AFAICS, there are more updates needed to be in sync with recent kernel-drm. I fell over the misspelling when digging into an issue in Linux-next. The spelling should be consistent in kernel-drm, libdrm, intel-ddx, etc. Here, I had a look especially at the defined macros (defines). Signed-off-by: Sedat Dilek Reviewed-by: Ian Romanick