From: lxoliva Date: Tue, 22 Sep 2009 17:54:29 +0000 (+0000) Subject: Tolerate whitespace changes in graph_ctx_regs[] in drm-nouveau.patch. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=ebc35a341285b3e9512d6bd9097d5255d70f9fc7;p=releases.git Tolerate whitespace changes in graph_ctx_regs[] in drm-nouveau.patch. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5557 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index c8b6fcc6fb30..91b0c52cee29 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2009-09-21 +# deblob-check version 2009-09-22 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2308,8 +2308,8 @@ set_except () { # linux-2.6-drm-i915-modeset.patch, nouveau-drm*.patch, # drm-fedora9-rollup.patch initnc 'static[ ]const[ ]u32[ ]filter_table\[\][ ]=' drivers/char/drm/intel_tv.c - defsnc '\(static[ ]uint32_t\|[}]\)[ ]nv04_graph_ctx_regs[ ]\[\][ ]=' drivers/char/drm/nv04_graph.c - defsnc 'static[ ]int[ ]nv10_graph_ctx_regs[ ]\[\][ ]=' drivers/char/drm/nv10_graph.c + defsnc '\(static[ ]uint32_t\|[}]\)[ ]nv04_graph_ctx_regs[ ]\?\[\][ ]=' drivers/char/drm/nv04_graph.c + defsnc 'static[ ]int[ ]nv1[07]_graph_ctx_regs[ ]\?\[\][ ]=' drivers/char/drm/nv10_graph.c # Although the developers of the drivers are not trying to stop # anyone from modifying it or understanding it, they acknowledge