[lttng-dev] Bugfix: Bug #453

2013-04-08 Thread Simarpreet Singh
Hello everyone, This is Simar here, I'm an undergraduate student from Canada. I was going through the bugtracker for lttng-tools repo as I'm interested in working on a project for GSOC 2013 and found a bug that I could fix. It's pretty simple nothing much really. Below are the details: Bug: #453

[lttng-dev] Bugfix: Bug #488

2013-04-08 Thread Simarpreet Singh
Hello again, Sorry for the emails guys, I fixed a bunch of other typos in the codebase, I think these shall go under Bug #488. Bug URL: http://bugs.lttng.org/issues/488 Fix: https://github.com/simar7/lttng-tools/commit/6a6df32f6fadcb85a275b8ea93306af2d498c263 I've pushed my changes on my github

[lttng-dev] [PATCH lttng-tools] Fixing a few typos in lttng-tools tree Fixes #453

2013-04-09 Thread Simarpreet Singh
Signed-off-by: Simarpreet Singh --- src/common/error.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/error.c b/src/common/error.c index 4fb022c..4b9b46e 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -40,7 +40,7 @@ static const char

Re: [lttng-dev] Bugfix: Bug #488

2013-04-09 Thread Simarpreet Singh
gt; > --- > > Fix: [...] > > [more info if necessary] > > Fixes #xxx > > Signed-off-by: YOUR_NAME > > --- > > Apart from those aesthetics fix, thanks a lot for the contribution. I'll > wait for your fixes to pull back the commits. > > Cheers! > Da