summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-12-13 13:43:36 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-13 13:43:36 -0200
commite5a282b9882a1c796aa5c92ddf787b78987397e1 (patch)
treeb9bc21de4a56b915eac305b8ca88ff36214ff726 /.hgignore
parentb696e4ec6e2f7499a539bbd32eeaaba007df6360 (diff)
downloadmediapointer-dvb-s2-e5a282b9882a1c796aa5c92ddf787b78987397e1.tar.gz
mediapointer-dvb-s2-e5a282b9882a1c796aa5c92ddf787b78987397e1.tar.bz2
getting rid of all casts of k[cmz]alloc() calls
From: "Robert P. J. Day" <rpjday@mindspring.com> Run this: ============== cut here ============== for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do echo "De-casting $f..." perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f done And then go through and reinstate those cases where code is casting pointers to non-pointers. And then drop a few hunks which conflicted with outstanding work. kernel-sync: Signed-off-by: Andrew Morton <akpm@osdl.org> CC: v4l-dvb maintainer list <v4l-dvb-maintainer@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions