Skip to content

Commit

Permalink
#Linux# Drop return value from platform_driver remove functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccinellery committed Aug 10, 2016
1 parent f4c0146 commit b9cb25f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions remove/remove.cocci
@@ -1,3 +1,13 @@
//
// Drop return value from platform_driver remove functions
//
// Target: Linux
// Copyright: 2012 - LIP6/INRIA
// License: Licensed under ISC. See LICENSE or http://www.isc.org/software/license
// Author: Julia Lawall <Julia.Lawall@lip6.fr>
// URL: http://coccinelle.lip6.fr/
// URL: http://coccinellery.org/

@r@
struct platform_driver I;
identifier a,f;
Expand Down

0 comments on commit b9cb25f

Please sign in to comment.