Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178003
b: refs/heads/master
c: bb50991
h: refs/heads/master
i:
  178001: 2a63b92
  177999: 947aeb6
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Dec 18, 2009
1 parent 82cc90a commit 3ad3768
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 622e99bf0d54c4517cb0524540cd77257db8621a
refs/heads/master: bb509912481214cf6ad1181c968295c62ff1ad9e
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/tape_34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#define KMSG_COMPONENT "tape_34xx"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/module.h>
#include <linux/init.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/tape_3590.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#define KMSG_COMPONENT "tape_3590"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/module.h>
#include <linux/init.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/tape_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/fs.h>
#include <linux/module.h>
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/s390/char/tape_char.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* Martin Schwidefsky <schwidefsky@de.ibm.com>
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/module.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/s390/char/tape_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* Author: Stefan Bader <shbader@de.ibm.com>
* Based on simple class device code by Greg K-H
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include "tape_class.h"

MODULE_AUTHOR("Stefan Bader <shbader@de.ibm.com>");
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/s390/char/tape_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/module.h>
#include <linux/init.h> // for kernel parameters
#include <linux/kmod.h> // for requesting modules
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/s390/char/tape_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* PROCFS Functions
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/seq_file.h>
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/s390/char/tape_std.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* Stefan Bader <shbader@de.ibm.com>
*/

#define KMSG_COMPONENT "tape"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt

#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/bio.h>
Expand Down

0 comments on commit 3ad3768

Please sign in to comment.