Skip to content

Commit

Permalink
#Linux# Convert nested spin_lock_irqsave to spin_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccinellery committed Aug 10, 2016
1 parent a5e68c1 commit b4c2952
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lock_flags/flags1.cocci
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
//
// Convert nested spin_lock_irqsave to spin_lock
//
// 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@
expression lock1,lock2,flags;
position p1,p2;
Expand Down

0 comments on commit b4c2952

Please sign in to comment.