Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216751
b: refs/heads/master
c: bf2106a
h: refs/heads/master
i:
  216749: 2afb017
  216747: 442ebb5
  216743: 923e86a
  216735: b53b831
v: v3
  • Loading branch information
Joe Perches authored and Martin Schwidefsky committed Oct 25, 2010
1 parent 6dcb2a3 commit a5eda0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 189b93d00fd6f71b013ad472fd72c0f043b160a9
refs/heads/master: bf2106ae114807772506e62cbf8a7d8e2c5403a1
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/vmlogrdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static void vmlogrdr_iucv_message_pending(struct iucv_path *path,

static int vmlogrdr_get_recording_class_AB(void)
{
char cp_command[]="QUERY COMMAND RECORDING ";
static const char cp_command[] = "QUERY COMMAND RECORDING ";
char cp_response[80];
char *tail;
int len,i;
Expand Down Expand Up @@ -638,7 +638,7 @@ static ssize_t vmlogrdr_recording_status_show(struct device_driver *driver,
char *buf)
{

char cp_command[] = "QUERY RECORDING ";
static const char cp_command[] = "QUERY RECORDING ";
int len;

cpcmd(cp_command, buf, 4096, NULL);
Expand Down

0 comments on commit a5eda0e

Please sign in to comment.